Class ProcessingPrefillData
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.data.ProcessingPrefillData
-
- All Implemented Interfaces:
IProcessingPrefillData
@Deprecated public class ProcessingPrefillData extends Object implements IProcessingPrefillData
Deprecated.This is part of the old workflow engine. Use the new workflow engine.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProcessingPrefillData(IEntityContext ec, Aktion action)
Deprecated.ProcessingPrefillData(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Aktion
getAction()
Deprecated.Mandant
getClient()
Deprecated.IEntityContext
getEntityContext()
Deprecated.Projekt
getProject()
Deprecated.Status
getStatus()
Deprecated.
-
-
-
Constructor Detail
-
ProcessingPrefillData
public ProcessingPrefillData(IEntityContext ec, Aktion action)
Deprecated.
-
ProcessingPrefillData
public ProcessingPrefillData(IEntityContext ec, Mandant client, Projekt project, Status status, Aktion action)
Deprecated.
-
-
Method Detail
-
getClient
public Mandant getClient()
Deprecated.- Specified by:
getClient
in interfaceIProcessingPrefillData
-
getProject
public Projekt getProject()
Deprecated.- Specified by:
getProject
in interfaceIProcessingPrefillData
-
getStatus
public Status getStatus()
Deprecated.- Specified by:
getStatus
in interfaceIProcessingPrefillData
-
getAction
public Aktion getAction()
Deprecated.- Specified by:
getAction
in interfaceIProcessingPrefillData
-
getEntityContext
public IEntityContext getEntityContext()
Deprecated.- Specified by:
getEntityContext
in interfaceIProcessingPrefillData
-
-