IDataitempublic class RoleDataitem extends DefaultDataitem
| Constructor | Description |
|---|---|
RoleDataitem() |
Instantiates a new role data.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAbbreviation() |
Gets the abbreviation.
|
java.util.List<java.lang.String> |
getActivities() |
Gets the activities.
|
java.lang.String |
getActivityId(java.lang.String activityIdentifier) |
Gets the activity id.
|
java.lang.String |
getComment(java.lang.String personIdentifier) |
Gets the comment.
|
java.util.List<java.lang.String> |
getCompetences() |
Gets the competences.
|
java.util.List<java.lang.String> |
getGuidelines() |
Gets the guidelines.
|
java.util.List<java.lang.String> |
getOpportunities() |
Gets the opportunities.
|
java.lang.String |
getOrganisation() |
Gets the organisation.
|
java.lang.String |
getParent() |
Gets the parent.
|
java.util.List<java.lang.String> |
getPersonIdentifiers() |
Gets the persons (without skills and status).
|
java.util.List<java.lang.String> |
getPersons() |
Gets the persons (with skills and status).
|
java.lang.String |
getPurpose() |
Gets the purpose.
|
java.lang.String |
getRecurrenceRule(java.lang.String personIdentifier) |
Gets the recurrence rule.
|
java.lang.String |
getRepresentation(java.lang.String personIdentifier) |
Gets the representation.
|
java.util.List<java.lang.String> |
getResponsibilities() |
Gets the responsibilities.
|
java.lang.String |
getRolegroup() |
Gets the rolegroup.
|
boolean |
getSituational() |
Checks if is situational.
|
java.lang.String |
getSkill(java.lang.String personIdentifier) |
Gets the skill.
|
java.util.List<java.lang.String> |
getSynonyms() |
Gets the synonyms of the role title.
|
boolean |
hasActivityId(java.lang.String activityIdentifier) |
Checks for activity id.
|
boolean |
hasComment(java.lang.String personIdentifier) |
Checks for comment.
|
boolean |
hasRecurrenceRule(java.lang.String personIdentifier) |
Checks for recurrence rule.
|
boolean |
hasRepresentation(java.lang.String personIdentifier) |
Checks for representation.
|
boolean |
hasSkill(java.lang.String personIdentifier) |
Checks for skill.
|
void |
setAbbreviation(java.lang.String abbreviation) |
Sets the abbreviation.
|
void |
setActivities(java.util.List<java.lang.String> activities) |
Sets the activities.
|
void |
setCompetences(java.util.List<java.lang.String> competences) |
Sets the competences.
|
void |
setGuidelines(java.util.List<java.lang.String> guidelines) |
Sets the guidelines.
|
void |
setOpportunities(java.util.List<java.lang.String> opportunities) |
Sets the opportunities.
|
void |
setOrganisation(java.lang.String organisation) |
Sets the organisation.
|
void |
setParent(java.lang.String parentRole) |
Sets the parent.
|
void |
setPersons(java.util.List<java.lang.String> persons) |
Sets the persons as list which take role.
|
void |
setPurpose(java.lang.String purpose) |
Sets the purpose.
|
void |
setResponsibilities(java.util.List<java.lang.String> responsibilities) |
Sets the responsibilities.
|
void |
setRolegroup(java.lang.String rolegroup) |
Sets the rolegroup.
|
void |
setSituational(boolean situational) |
Sets the situational.
|
void |
setSynonyms(java.util.List<java.lang.String> synonyms) |
Sets the synonyms of a role.
|
containsId, equals, getCreated, getId, getId, getIds, getModified, getStatus, getTempId, getTitle, getUid, getVersion, hashCode, removeId, removeId, setCreated, setId, setIds, setModified, setStatus, setTitle, setUid, setVersion, toStringpublic boolean getSituational()
public void setSituational(boolean situational)
situational - the new situationalpublic java.util.List<java.lang.String> getActivities()
public boolean hasActivityId(java.lang.String activityIdentifier)
activityIdentifier - the activity identifierpublic java.lang.String getActivityId(java.lang.String activityIdentifier)
activityIdentifier - the activity identifierpublic void setActivities(java.util.List<java.lang.String> activities)
activities - the new activitiespublic java.lang.String getAbbreviation()
public void setAbbreviation(java.lang.String abbreviation)
abbreviation - the new abbreviationpublic java.util.List<java.lang.String> getResponsibilities()
public java.lang.String getPurpose()
public void setPurpose(java.lang.String purpose)
purpose - the new purposepublic void setResponsibilities(java.util.List<java.lang.String> responsibilities)
responsibilities - the new responsibilitiespublic java.lang.String getOrganisation()
public void setOrganisation(java.lang.String organisation)
organisation - the new organisationpublic java.util.List<java.lang.String> getOpportunities()
public void setOpportunities(java.util.List<java.lang.String> opportunities)
opportunities - the new opportunitiespublic java.util.List<java.lang.String> getGuidelines()
public void setGuidelines(java.util.List<java.lang.String> guidelines)
guidelines - the new guidelinespublic java.util.List<java.lang.String> getCompetences()
public void setCompetences(java.util.List<java.lang.String> competences)
competences - the new competencespublic java.lang.String getParent()
public void setParent(java.lang.String parentRole)
parentRole - the new parentpublic java.lang.String getRolegroup()
public void setRolegroup(java.lang.String rolegroup)
rolegroup - the new rolegrouppublic java.util.List<java.lang.String> getPersonIdentifiers()
public java.util.List<java.lang.String> getPersons()
public boolean hasRepresentation(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic java.lang.String getRecurrenceRule(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic java.lang.String getRepresentation(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic boolean hasRecurrenceRule(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic boolean hasComment(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic boolean hasSkill(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic java.lang.String getComment(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic java.lang.String getSkill(java.lang.String personIdentifier)
personIdentifier - the person identifierpublic void setPersons(java.util.List<java.lang.String> persons)
personIdentifier [x%, status, Rx=...] ## comment
personIdentifierDefines person which takes role. Is similar to fullname of person. This i the only mandatory value.
x%Defines skill-level of person. Could be 0%, 25%, 50%, 75% or 100%
Rx=CircleadRecurrenceRule as String Representation. Could be Circlead-Standard starting with R= or Google-RecurrenceRule-Pattern starting with RRULE=
##Defines comment-line right from ##.
persons - the new personspublic java.util.List<java.lang.String> getSynonyms()
public void setSynonyms(java.util.List<java.lang.String> synonyms)
synonyms - the new synonyms