Class UserTaskDefinitionImpl

  • All Implemented Interfaces:
    Serializable, org.jbpm.services.api.model.UserTaskDefinition

    public class UserTaskDefinitionImpl
    extends Object
    implements org.jbpm.services.api.model.UserTaskDefinition, Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • UserTaskDefinitionImpl

        public UserTaskDefinitionImpl()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.jbpm.services.api.model.UserTaskDefinition
      • getPriority

        public Integer getPriority()
        Specified by:
        getPriority in interface org.jbpm.services.api.model.UserTaskDefinition
      • getComment

        public String getComment()
        Specified by:
        getComment in interface org.jbpm.services.api.model.UserTaskDefinition
      • getCreatedBy

        public String getCreatedBy()
        Specified by:
        getCreatedBy in interface org.jbpm.services.api.model.UserTaskDefinition
      • isSkippable

        public boolean isSkippable()
        Specified by:
        isSkippable in interface org.jbpm.services.api.model.UserTaskDefinition
      • getAssociatedEntities

        public Collection<String> getAssociatedEntities()
        Specified by:
        getAssociatedEntities in interface org.jbpm.services.api.model.UserTaskDefinition
      • getTaskInputMappings

        public Map<String,​String> getTaskInputMappings()
        Specified by:
        getTaskInputMappings in interface org.jbpm.services.api.model.UserTaskDefinition
      • getTaskOutputMappings

        public Map<String,​String> getTaskOutputMappings()
        Specified by:
        getTaskOutputMappings in interface org.jbpm.services.api.model.UserTaskDefinition
      • getId

        public String getId()
        Specified by:
        getId in interface org.jbpm.services.api.model.UserTaskDefinition
      • getFormName

        public String getFormName()
        Specified by:
        getFormName in interface org.jbpm.services.api.model.UserTaskDefinition
      • setName

        public void setName​(String name)
      • setPriority

        public void setPriority​(Integer priority)
      • setComment

        public void setComment​(String comment)
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • setSkippable

        public void setSkippable​(boolean skippable)
      • setAssociatedEntities

        public void setAssociatedEntities​(Collection<String> associatedEntities)
      • setTaskInputMappings

        public void setTaskInputMappings​(Map<String,​String> taskInputMappings)
      • setTaskOutputMappings

        public void setTaskOutputMappings​(Map<String,​String> taskOutputMappings)
      • setId

        public void setId​(String id)
      • setFormName

        public void setFormName​(String formName)