Class FormWorkObjectDefinition

java.lang.Object
com.flowable.workobject.engine.impl.FormWorkObjectDefinition
All Implemented Interfaces:
WorkObjectDefinition

public class FormWorkObjectDefinition
extends java.lang.Object
implements WorkObjectDefinition
Wraps FormDefinition into WorkObjectDefinition
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.flowable.form.api.FormDefinition formDefinition  
  • Constructor Summary

    Constructors 
    Constructor Description
    FormWorkObjectDefinition​(org.flowable.form.api.FormDefinition formDefinition)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCategory()
    category name of the work object definition
    java.lang.String getDeploymentId()
    The deployment in which this work object definition is contained.
    java.lang.String getDescription()
    description of this work object definition
    java.lang.String getId()
    unique identifier
    java.lang.String getKey()
    unique name for all versions this work object definition
    java.lang.String getName()
    label used for display purposes
    java.lang.String getResourceName()
    name of the resource of this work object definition definition.
    java.lang.String getTenantId()
    The tenant identifier of this work object definition
    java.lang.String getType()
    work object definition type
    int getVersion()
    version of this work object definition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait