Class BpmnExportEnvironmentData
- java.lang.Object
-
- de.xima.fc.workflow.designer.model.BpmnExportEnvironmentData
-
- All Implemented Interfaces:
IBaseEnvironmentData
,IBaseWorkflowEnvironmentData
public final class BpmnExportEnvironmentData extends Object implements IBaseWorkflowEnvironmentData
-
-
Constructor Summary
Constructors Constructor Description BpmnExportEnvironmentData(IEntityContext entityContext, Mandant client, Projekt project, WorkflowVersion workflowVersion, Locale locale, IUser user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mandant
getClient()
IEntityContext
getEntityContext()
Locale
getLocale()
Projekt
getProject()
IUser
getUserModel()
WorkflowVersion
getWorkflowVersion()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IBaseEnvironmentData
getUser
-
-
-
-
Constructor Detail
-
BpmnExportEnvironmentData
public BpmnExportEnvironmentData(IEntityContext entityContext, Mandant client, Projekt project, WorkflowVersion workflowVersion, Locale locale, IUser user)
-
-
Method Detail
-
getClient
public Mandant getClient()
- Specified by:
getClient
in interfaceIBaseEnvironmentData
- Returns:
- The
Mandant
of the current context.
-
getEntityContext
public IEntityContext getEntityContext()
- Specified by:
getEntityContext
in interfaceIBaseEnvironmentData
- Returns:
- The current entity context that may be used for database interactions.
-
getLocale
public Locale getLocale()
- Specified by:
getLocale
in interfaceIBaseEnvironmentData
- Returns:
- The locale to use for locale-sensitive actions.
-
getProject
public Projekt getProject()
- Specified by:
getProject
in interfaceIBaseWorkflowEnvironmentData
- Returns:
- The current project to which the workflow belongs.
-
getWorkflowVersion
public WorkflowVersion getWorkflowVersion()
- Specified by:
getWorkflowVersion
in interfaceIBaseWorkflowEnvironmentData
- Returns:
- The current workflow version that is being validated.
-
getUserModel
public IUser getUserModel()
- Specified by:
getUserModel
in interfaceIBaseEnvironmentData
- Returns:
- The user of the active context that should be used for protocol entries etc.
-
-