Class IsAvailableParams<TData>
java.lang.Object
de.xima.fc.workflow.processor.model.IsAvailableParams<TData>
- Type Parameters:
TData- Type of the properties model for the workflow element.
- All Implemented Interfaces:
IIsAvailableParams<TData>
POJO implementation of
IIsAvailableParams.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionIsAvailableParams(TData data, IBaseEnvironmentData environmentData) Creates a new POJO instance ofIIsAvailableParamswith the given values. -
Method Summary
-
Constructor Details
-
IsAvailableParams
Creates a new POJO instance ofIIsAvailableParamswith the given values.- Parameters:
data- The value that will be returned byIIsAvailableParams.getData().environmentData- The value that will be returned byIIsAvailableParams.getEnvironmentData().
-
-
Method Details
-
getData
- Specified by:
getDatain interfaceIIsAvailableParams<TData>- Returns:
- The current properties model of the workflow element for which to check whether it is available.
-
getEnvironmentData
- Specified by:
getEnvironmentDatain interfaceIIsAvailableParams<TData>- Returns:
- General parameters for the workflow environment, such as the project containing the workflow and the client owning the project.
-