Package de.xima.fc.interfaces.processing
Interface IProcessingPrefillData
-
- All Known Implementing Classes:
ProcessingPrefillData
@Deprecated public interface IProcessingPrefillData
Deprecated.Use the new workflow engine (IWorkflowEventRunner).- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AktiongetAction()Deprecated.MandantgetClient()Deprecated.IEntityContextgetEntityContext()Deprecated.ProjektgetProject()Deprecated.StatusgetStatus()Deprecated.
-
-
-
Method Detail
-
getClient
Mandant getClient()
Deprecated.
-
getProject
Projekt getProject()
Deprecated.
-
getStatus
Status getStatus()
Deprecated.
-
getAction
Aktion getAction()
Deprecated.
-
getEntityContext
IEntityContext getEntityContext()
Deprecated.
-
-