Interface IUserGroupDependent
-
- All Superinterfaces:
INamedUiElement,IProcessing,ITransferable,Serializable
- All Known Implementing Classes:
VerarbeitungEmail
@Deprecated public interface IUserGroupDependent extends IProcessing
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Marks dependency to user groups- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.interfaces.processing.IProcessing
ATTR_VERARBEITUNGSNAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<String>getUserGroupUUIDs()Deprecated.voidsetUserGroupUUIDs(List<String> userGroupUUIDs)Deprecated.-
Methods inherited from interface de.xima.fc.interfaces.INamedUiElement
getDisplayName
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessing
execute, getAvailableOverrideValue, getGuiIcon, getIcon, getLicenseKey, getProcessingKey, getProcessingName, getProcessingPage, isAvailable, isFileProviding, prefillProcessing
-
-