Package de.xima.fc.workflow
Class RetrieveElementPropsRetVal<TData>
- java.lang.Object
-
- de.xima.fc.workflow.RetrieveElementPropsRetVal<TData>
-
- All Implemented Interfaces:
IRetrieveElementPropsRetVal<TData>
,Serializable
public final class RetrieveElementPropsRetVal<TData> extends Object implements IRetrieveElementPropsRetVal<TData>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrieveElementPropsRetVal(TData customData)
-
-
-
Constructor Detail
-
RetrieveElementPropsRetVal
public RetrieveElementPropsRetVal(TData customData)
-
-
Method Detail
-
getCustomData
public TData getCustomData()
- Specified by:
getCustomData
in interfaceIRetrieveElementPropsRetVal<TData>
- Returns:
- The current custom properties of the workflow element being edited.
-
-