Class BpmnExportEnvironmentData
java.lang.Object
de.xima.fc.workflow.designer.model.BpmnExportEnvironmentData
- All Implemented Interfaces:
IBaseEnvironmentData, IBaseWorkflowEnvironmentData
-
Constructor Summary
ConstructorsConstructorDescriptionBpmnExportEnvironmentData(IEntityContext entityContext, Mandant client, Projekt project, WorkflowVersion workflowVersion, Locale locale, IUser user) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IBaseEnvironmentData
getUser
-
Constructor Details
-
BpmnExportEnvironmentData
public BpmnExportEnvironmentData(IEntityContext entityContext, Mandant client, Projekt project, WorkflowVersion workflowVersion, Locale locale, IUser user)
-
-
Method Details
-
getClient
- Specified by:
getClientin interfaceIBaseEnvironmentData- Returns:
- The
Mandantof the current context.
-
getEntityContext
- Specified by:
getEntityContextin interfaceIBaseEnvironmentData- Returns:
- The current entity context that may be used for database interactions.
-
getLocale
- Specified by:
getLocalein interfaceIBaseEnvironmentData- Returns:
- The locale to use for locale-sensitive actions.
-
getProject
- Specified by:
getProjectin interfaceIBaseWorkflowEnvironmentData- Returns:
- The current project to which the workflow belongs.
-
getUserModel
- Specified by:
getUserModelin interfaceIBaseEnvironmentData- Returns:
- The user of the active context that should be used for protocol entries etc.
-
getWorkflowVersion
- Specified by:
getWorkflowVersionin interfaceIBaseWorkflowEnvironmentData- Returns:
- The current workflow version that is being validated.
-