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 to IElementHandler.isAvailable(IIsAvailableParams).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • 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.