Uses of Class
org.gcube.application.geoportalcommon.shared.config.RoleRights.OPERATION_TYPE
-
Packages that use RoleRights.OPERATION_TYPE Package Description org.gcube.application.geoportalcommon.shared.config -
-
Uses of RoleRights.OPERATION_TYPE in org.gcube.application.geoportalcommon.shared.config
Methods in org.gcube.application.geoportalcommon.shared.config that return RoleRights.OPERATION_TYPE Modifier and Type Method Description static RoleRights.OPERATION_TYPERoleRights.OPERATION_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleRights.OPERATION_TYPE[]RoleRights.OPERATION_TYPE. 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 RoleRights.OPERATION_TYPE 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 RoleRights.OPERATION_TYPE 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 RoleRights.OPERATION_TYPE Constructor Description RoleRights(Map<OPERATION_ON_ITEM,RoleRights.OPERATION_TYPE> listPermessions, GcubeUserRole userRole)Instantiates a new role rights.
-