Class CalledProcessDefinitionDtoAllOf


  • public class CalledProcessDefinitionDtoAllOf
    extends Object
    CalledProcessDefinitionDtoAllOf
    • Field Detail

      • SERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDS

        public static final String SERIALIZED_NAME_CALLED_FROM_ACTIVITY_IDS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID

        public static final String SERIALIZED_NAME_CALLING_PROCESS_DEFINITION_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • CalledProcessDefinitionDtoAllOf

        public CalledProcessDefinitionDtoAllOf()
    • Method Detail

      • getCalledFromActivityIds

        public List<String> getCalledFromActivityIds()
        Ids of the CallActivities which call this process.
        Returns:
        calledFromActivityIds
      • setCalledFromActivityIds

        public void setCalledFromActivityIds​(List<String> calledFromActivityIds)
      • getCallingProcessDefinitionId

        public String getCallingProcessDefinitionId()
        The id of the calling process definition
        Returns:
        callingProcessDefinitionId
      • setCallingProcessDefinitionId

        public void setCallingProcessDefinitionId​(String callingProcessDefinitionId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object