Interface UserTaskDefinition

    • Method Detail

      • getId

        String getId()
        Returns the user task definition id.
        Returns:
        id
      • getName

        String getName()
        Returns the user task definition name.
        Returns:
        name
      • getPriority

        Integer getPriority()
        Returns the user task definition priority.
        Returns:
        priority
      • getComment

        String getComment()
        Returns the user task definition comment.
        Returns:
        comment
      • getCreatedBy

        String getCreatedBy()
        Returns the user task created by.
        Returns:
        created by
      • isSkippable

        boolean isSkippable()
        Returns the user task skippable.
        Returns:
        skippable
      • getFormName

        String getFormName()
        Returns the user task definition form name.
        Returns:
        form name
      • getAssociatedEntities

        Collection<String> getAssociatedEntities()
        Returns the user task definition associated entities.
        Returns:
        entities
      • getTaskInputMappings

        Map<String,​String> getTaskInputMappings()
        Returns the user task definition task input mappings.
        Returns:
        task input mappings
      • getTaskOutputMappings

        Map<String,​String> getTaskOutputMappings()
        Returns the user task definition task output mappings.
        Returns:
        task output mappings