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.FormDefinitionformDefinition -
Constructor Summary
Constructors Constructor Description FormWorkObjectDefinition(org.flowable.form.api.FormDefinition formDefinition) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCategory()category name of the work object definitionjava.lang.StringgetDeploymentId()The deployment in which this work object definition is contained.java.lang.StringgetDescription()description of this work object definitionjava.lang.StringgetId()unique identifierjava.lang.StringgetKey()unique name for all versions this work object definitionjava.lang.StringgetName()label used for display purposesjava.lang.StringgetResourceName()name ofthe resourceof this work object definition definition.java.lang.StringgetTenantId()The tenant identifier of this work object definitionjava.lang.StringgetType()work object definition typeintgetVersion()version of this work object definition
-
Field Details
-
formDefinition
protected org.flowable.form.api.FormDefinition formDefinition
-
-
Constructor Details
-
FormWorkObjectDefinition
public FormWorkObjectDefinition(org.flowable.form.api.FormDefinition formDefinition)
-
-
Method Details
-
getId
public java.lang.String getId()Description copied from interface:WorkObjectDefinitionunique identifier- Specified by:
getIdin interfaceWorkObjectDefinition
-
getCategory
public java.lang.String getCategory()Description copied from interface:WorkObjectDefinitioncategory name of the work object definition- Specified by:
getCategoryin interfaceWorkObjectDefinition
-
getName
public java.lang.String getName()Description copied from interface:WorkObjectDefinitionlabel used for display purposes- Specified by:
getNamein interfaceWorkObjectDefinition
-
getKey
public java.lang.String getKey()Description copied from interface:WorkObjectDefinitionunique name for all versions this work object definition- Specified by:
getKeyin interfaceWorkObjectDefinition
-
getType
public java.lang.String getType()Description copied from interface:WorkObjectDefinitionwork object definition type- Specified by:
getTypein interfaceWorkObjectDefinition
-
getDescription
public java.lang.String getDescription()Description copied from interface:WorkObjectDefinitiondescription of this work object definition- Specified by:
getDescriptionin interfaceWorkObjectDefinition
-
getVersion
public int getVersion()Description copied from interface:WorkObjectDefinitionversion of this work object definition- Specified by:
getVersionin interfaceWorkObjectDefinition
-
getResourceName
public java.lang.String getResourceName()Description copied from interface:WorkObjectDefinitionname ofthe resourceof this work object definition definition.- Specified by:
getResourceNamein interfaceWorkObjectDefinition
-
getDeploymentId
public java.lang.String getDeploymentId()Description copied from interface:WorkObjectDefinitionThe deployment in which this work object definition is contained.- Specified by:
getDeploymentIdin interfaceWorkObjectDefinition
-
getTenantId
public java.lang.String getTenantId()Description copied from interface:WorkObjectDefinitionThe tenant identifier of this work object definition- Specified by:
getTenantIdin interfaceWorkObjectDefinition
-