java.lang.Comparable<DefaultWorkitem>, IValidator, IWorkitem, IWorkitemRendererpublic class Activity extends DefaultWorkitem implements IWorkitemRenderer, IValidator
| Constructor | Description |
|---|---|
Activity() |
Instantiates a new activity.
|
Activity(java.util.Map<java.lang.String,java.lang.String> data) |
Instantiates a new activity from mapped data.
|
Activity(IDataitem dataitem) |
Instantiates a new activity from dataitem
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAccountableIdentifier() |
Gets the accountable identifier for the accountable role of the activity
|
java.lang.String |
getAid() |
Gets the id of activity (=aid).
|
java.lang.String |
getBpmn() |
Gets the bpmn.
|
java.lang.String |
getChild() |
Gets the child.
|
java.util.List<java.lang.String> |
getConsultantIdentifiers() |
Gets the consultant role identifiers for the activity
|
ActivityDataitem |
getDataitem() |
Gets the dataitem.
|
java.lang.String |
getDescription() |
Gets the description.
|
java.util.List<java.lang.String> |
getHowTos() |
Gets the how tos.
|
java.util.List<java.lang.String> |
getInformedIdentifiers() |
Gets the informed role identifiers for the informed roles of the activity
|
java.util.List<IWorkitem> |
getReferencedItems() |
Gets the referenced items.
|
java.lang.String |
getResponsibleIdentifier() |
Gets the role identifier for the responsible role of the activity
|
java.lang.String |
getResults() |
Gets the results.
|
java.util.List<ActivityDataitem> |
getSubactivities() |
Gets the subactivities.
|
java.util.List<ActivityDataitem> |
getSubactivitiesWithResponsible() |
Gets the subactivities with responsible.
|
java.util.List<ActivityDataitem> |
getSubactivitiesWithResponsible(java.lang.String responsible) |
Gets the subactivities with responsible.
|
java.util.List<java.lang.String> |
getSupplierIdentifiers() |
Gets the supplier role identifiers.
|
org.jsoup.nodes.Element |
render(ISynchronizer synchronizer) |
Render method.
|
void |
setAccountableIdentifier(java.lang.String roleIdentifier) |
Sets the accountable identifier.
|
void |
setAid(java.lang.String aid) |
Sets the id of activity (aid).
|
void |
setBPMN(java.lang.String bpmn) |
Sets the bpmn.
|
void |
setChild(java.lang.String child) |
Sets the child.
|
void |
setConsultantIdentifier(java.lang.String roleIdentifiers) |
Sets the consultant identifier.
|
void |
setConsultantIdentifier(java.util.List<java.lang.String> roleIdentifiers) |
Sets the consultant identifier.
|
void |
setDescription(java.lang.String description) |
Sets the description of the activity.
|
void |
setHowTos(java.lang.String howtos) |
Sets the how tos.
|
void |
setHowTos(java.util.List<java.lang.String> howtos) |
Sets the how tos.
|
void |
setInformedIdentifier(java.lang.String roleIdentifiers) |
Sets the informed identifier.
|
void |
setInformedIdentifier(java.util.List<java.lang.String> roleIdentifiers) |
Sets the informed identifier.
|
void |
setResponsibleIdentifier(java.lang.String roleIdentifier) |
Sets the role identifier of the responsible role for the activity.
|
void |
setResults(java.lang.String results) |
Sets the results.
|
void |
setSubactivities(java.util.List<ActivityDataitem> subactivities) |
Sets the subactivities.
|
void |
setSubactivities(ActivityTableParserElement table) |
Sets the subactivities from html-parser.
|
void |
setSupplierIdentifier(java.lang.String roleIdentifiers) |
Sets the supplier identifier.
|
void |
setSupplierIdentifier(java.util.List<java.lang.String> roleIdentifiers) |
Sets the supplier identifier.
|
java.lang.String |
toString() |
|
java.util.List<ValidationMessage> |
validate() |
Validation method.
|
compareTo, containsId, equals, getCreated, getId, getId, getModified, getStatus, getTitle, getType, getUpdateable, getVersion, hashCode, isSpecialized, removeId, removeId, setCreated, setCreated, setId, setId, setIds, setModified, setModified, setStatus, setTitle, setUpdateable, setVersionpublic Activity()
public Activity(IDataitem dataitem)
dataitem - the dataitem of the activity of class
ActivityDataitempublic Activity(java.util.Map<java.lang.String,java.lang.String> data)
Parameter.data - the data to set the itempublic java.lang.String getResponsibleIdentifier()
public java.lang.String getAccountableIdentifier()
public java.util.List<java.lang.String> getInformedIdentifiers()
public java.util.List<java.lang.String> getSupplierIdentifiers()
public java.util.List<java.lang.String> getConsultantIdentifiers()
public void setResponsibleIdentifier(java.lang.String roleIdentifier)
roleIdentifier - the new responsible role identifierpublic java.lang.String getResults()
public java.util.List<IWorkitem> getReferencedItems()
IWorkitemgetReferencedItems in interface IWorkitemgetReferencedItems in class DefaultWorkitempublic java.lang.String getDescription()
public java.lang.String getChild()
public java.lang.String getBpmn()
public java.lang.String getAid()
public void setResults(java.lang.String results)
results - the new resultspublic void setBPMN(java.lang.String bpmn)
bpmn - the new bpmnpublic void setChild(java.lang.String child)
child - the new childpublic void setAid(java.lang.String aid)
aid - the new aidpublic void setDescription(java.lang.String description)
description - the new descriptionpublic void setConsultantIdentifier(java.lang.String roleIdentifiers)
roleIdentifiers - the new consultant identifierpublic void setInformedIdentifier(java.lang.String roleIdentifiers)
roleIdentifiers - the new informed identifierpublic void setSupplierIdentifier(java.lang.String roleIdentifiers)
roleIdentifiers - the new supplier identifierpublic void setSupplierIdentifier(java.util.List<java.lang.String> roleIdentifiers)
roleIdentifiers - the new supplier identifierpublic void setConsultantIdentifier(java.util.List<java.lang.String> roleIdentifiers)
roleIdentifiers - the new consultant identifierpublic void setInformedIdentifier(java.util.List<java.lang.String> roleIdentifiers)
roleIdentifiers - the new informed identifierpublic void setAccountableIdentifier(java.lang.String roleIdentifier)
roleIdentifier - the new accountable identifierpublic void setSubactivities(ActivityTableParserElement table)
table - the new subactivitiespublic void setSubactivities(java.util.List<ActivityDataitem> subactivities)
subactivities - the new subactivitiespublic java.util.List<ActivityDataitem> getSubactivitiesWithResponsible(java.lang.String responsible)
responsible - the responsiblepublic java.util.List<ActivityDataitem> getSubactivitiesWithResponsible()
public java.util.List<ActivityDataitem> getSubactivities()
public void setHowTos(java.util.List<java.lang.String> howtos)
howtos - the new how tospublic java.util.List<java.lang.String> getHowTos()
public void setHowTos(java.lang.String howtos)
howtos - the new how tospublic ActivityDataitem getDataitem()
DefaultWorkitemgetDataitem in class DefaultWorkitempublic java.lang.String toString()
toString in class DefaultWorkitempublic org.jsoup.nodes.Element render(ISynchronizer synchronizer)
IWorkitemRendererrender in interface IWorkitemRenderersynchronizer - the synchronizerpublic java.util.List<ValidationMessage> validate()
IValidatorvalidate in interface IValidator