Package org.flowable.bpmn.model
Class Resource
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.Resource
-
- All Implemented Interfaces:
HasExtensionAttributes
public class Resource extends BaseElement
The Resource class is used to specify resources that can be referenced by Activities. These Resources can be Human Resources as well as any other resource assigned to Activities during Process execution time.- Author:
- Tim Stephenson
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringname-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseElementclone()StringgetName()voidsetName(String name)voidsetValues(Resource otherResource)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
name
protected String name
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
clone
public BaseElement clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(Resource otherResource)
-
-