Class RequestWorkflowEnvironmentData
- java.lang.Object
- 
- de.xima.fc.workflow.designer.logic.RequestWorkflowEnvironmentData
 
- 
- All Implemented Interfaces:
- IBaseEnvironmentData,- IWorkflowValidationEnvironmentData,- IBaseWorkflowEnvironmentData
 
 public class RequestWorkflowEnvironmentData extends Object implements IWorkflowValidationEnvironmentData Implementation ofIBaseWorkflowEnvironmentDatathat takes the data from the current designer view scope.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Constructor SummaryConstructors Constructor Description RequestWorkflowEnvironmentData()A new instance that takes the data from the current designer view scope.RequestWorkflowEnvironmentData(IEntityContext ec)A new instance that takes the data from the current designer view scope.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MandantgetClient()IEntityContextgetEntityContext()LocalegetLocale()ProjektgetProject()BenutzergetUser()WorkflowVersiongetWorkflowVersion()
 
- 
- 
- 
Constructor Detail- 
RequestWorkflowEnvironmentDatapublic RequestWorkflowEnvironmentData() A new instance that takes the data from the current designer view scope. Uses the default request entity context.
 - 
RequestWorkflowEnvironmentDatapublic RequestWorkflowEnvironmentData(IEntityContext ec) A new instance that takes the data from the current designer view scope. Uses the given entity context.- Parameters:
- ec- Entity context to use.
 
 
- 
 - 
Method Detail- 
getClientpublic Mandant getClient() - Specified by:
- getClientin interface- IBaseEnvironmentData
- Returns:
- The Mandantof the current context.
 
 - 
getEntityContextpublic IEntityContext getEntityContext() - Specified by:
- getEntityContextin interface- IBaseEnvironmentData
- Returns:
- The current entity context that may be used for database interactions.
 
 - 
getLocalepublic Locale getLocale() - Specified by:
- getLocalein interface- IBaseEnvironmentData
- Returns:
- The locale to use for locale-sensitive actions.
 
 - 
getProjectpublic Projekt getProject() - Specified by:
- getProjectin interface- IBaseWorkflowEnvironmentData
- Returns:
- The current project to which the workflow belongs.
 
 - 
getUserpublic Benutzer getUser() - Specified by:
- getUserin interface- IBaseEnvironmentData
- Returns:
- The user of the active context that should be used for protocol entries etc.
 
 - 
getWorkflowVersionpublic WorkflowVersion getWorkflowVersion() - Specified by:
- getWorkflowVersionin interface- IBaseWorkflowEnvironmentData
- Returns:
- The current workflow version that is being validated.
 
 
- 
 
-