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 Aktion
getAction()
Deprecated.Mandant
getClient()
Deprecated.IEntityContext
getEntityContext()
Deprecated.Projekt
getProject()
Deprecated.Status
getStatus()
Deprecated.
-
-
-
Method Detail
-
getClient
Mandant getClient()
Deprecated.
-
getProject
Projekt getProject()
Deprecated.
-
getStatus
Status getStatus()
Deprecated.
-
getAction
Aktion getAction()
Deprecated.
-
getEntityContext
IEntityContext getEntityContext()
Deprecated.
-
-