Uses of Class
org.gcube.application.geoportalcommon.shared.config.OPERATION_ON_ITEM
-
Packages that use OPERATION_ON_ITEM Package Description org.gcube.application.geoportalcommon.shared.config -
-
Uses of OPERATION_ON_ITEM in org.gcube.application.geoportalcommon.shared.config
Methods in org.gcube.application.geoportalcommon.shared.config that return OPERATION_ON_ITEM Modifier and Type Method Description static OPERATION_ON_ITEMOPERATION_ON_ITEM. valueOf(String name)Returns the enum constant of this type with the specified name.static OPERATION_ON_ITEM[]OPERATION_ON_ITEM. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.geoportalcommon.shared.config that return types with arguments of type OPERATION_ON_ITEM Modifier and Type Method Description Map<OPERATION_ON_ITEM,RoleRights.OPERATION_TYPE>RoleRights. getListPermessions()Gets the list permessions.Method parameters in org.gcube.application.geoportalcommon.shared.config with type arguments of type OPERATION_ON_ITEM Modifier and Type Method Description voidRoleRights. setListPermessions(Map<OPERATION_ON_ITEM,RoleRights.OPERATION_TYPE> listPermessions)Sets the list permessions.Constructor parameters in org.gcube.application.geoportalcommon.shared.config with type arguments of type OPERATION_ON_ITEM Constructor Description RoleRights(Map<OPERATION_ON_ITEM,RoleRights.OPERATION_TYPE> listPermessions, GcubeUserRole userRole)Instantiates a new role rights.
-