com.ibm.openpages.api.workflow.actions

Interface IWFCustomProperty



  • public interface IWFCustomProperty
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the property.
        Returns:
      • setName

        void setName(java.lang.String name)
        Sets the name of the property.
        Parameters:
        name -
      • getValueInContext

        java.lang.String getValueInContext(IWFOperationContext context)
        Returns the evaluated value given the supplied context.
        Parameters:
        context - Refer IWFOperationContext
        Returns:
      • setValue

        void setValue(java.lang.String value)
        Sets the value as a String.
        Parameters:
        value -
      • setFields

        void setFields(java.util.List<IWFFieldSetter> fields)
        Sets the list of field setter objects. Refer IWFFieldSetter
        Parameters:
        fields -
      • setTargetObjects

        void setTargetObjects(IWFObjectsEval targetObjects)
        Sets the evaluation to get the target objects. Refer IWFObjectsEval
        Parameters:
        targetObjects -

Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.