Uses of Class
de.uplanet.lucy.share.PRIVACY_LEVEL
-
Packages that use PRIVACY_LEVEL Package Description de.uplanet.lucy.server.share.workflow.action de.uplanet.lucy.share -
-
Uses of PRIVACY_LEVEL in de.uplanet.lucy.server.share.workflow.action
Methods in de.uplanet.lucy.server.share.workflow.action that return PRIVACY_LEVEL Modifier and Type Method Description PRIVACY_LEVELTextFeedWorkflowAction.OwnerCfg. getPrivacyLevel()Methods in de.uplanet.lucy.server.share.workflow.action with parameters of type PRIVACY_LEVEL Modifier and Type Method Description voidTextFeedWorkflowAction.OwnerCfg. setPrivacyLevel(PRIVACY_LEVEL p_privacyLevel) -
Uses of PRIVACY_LEVEL in de.uplanet.lucy.share
Methods in de.uplanet.lucy.share that return PRIVACY_LEVEL Modifier and Type Method Description static PRIVACY_LEVELPRIVACY_LEVEL. getByKey(String p_strKey)static PRIVACY_LEVELPRIVACY_LEVEL. valueOf(String name)Returns the enum constant of this type with the specified name.static PRIVACY_LEVEL[]PRIVACY_LEVEL. values()Returns an array containing the constants of this enum type, in the order they are declared.
-