Interface IIsAvailableParams<TData>
- 
- Type Parameters:
 TData- Type of the properties model for the workflow element.
- All Known Implementing Classes:
 IsAvailableParams
public interface IIsAvailableParams<TData>The parameters that are passed toIElementHandler.isAvailable(IIsAvailableParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TDatagetData()IBaseEnvironmentDatagetEnvironmentData() 
 - 
 
- 
- 
Method Detail
- 
getData
TData getData()
- Returns:
 - The current properties model of the workflow element for which to check whether it is available.
 
 
- 
getEnvironmentData
IBaseEnvironmentData getEnvironmentData()
- Returns:
 - General parameters for the workflow environment, such as the project containing the workflow and the client owning the project.
 
 
 - 
 
 -