Activity, Competence, DefaultWorkitem, Person, Role, Rolegroup, Teampublic interface IWorkitem
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Date |
getCreated() |
Gets the created.
|
java.util.HashMap<java.lang.String,ISynchronizer> |
getId() |
Gets the id.
|
java.lang.String |
getId(ISynchronizer synchronizer) |
Gets the id.
|
java.util.Date |
getModified() |
Gets the modified.
|
java.util.List<IWorkitem> |
getReferencedItems() |
Gets the referenced items.
|
java.lang.String |
getStatus() |
Gets the status.
|
java.lang.String |
getTitle() |
Gets the title.
|
java.lang.String |
getType() |
Gets the type.
|
boolean |
getUpdateable() |
Gets the updateable.
|
java.lang.String |
getVersion() |
Gets the version.
|
void |
removeId(java.lang.String id) |
Removes the id.
|
void |
removeId(ISynchronizer synchronizer) |
Removes the id.
|
void |
setCreated(java.lang.String xmlDate) |
Sets the created.
|
void |
setCreated(java.util.Date date) |
Sets the created.
|
void |
setId(java.lang.String id,
ISynchronizer synchronizer) |
Sets the id.
|
void |
setIds(java.util.HashMap<java.lang.String,ISynchronizer> ids) |
Sets the ids.
|
void |
setModified(java.lang.String xmlDate) |
Sets the modified.
|
void |
setModified(java.util.Date date) |
Sets the modified.
|
void |
setStatus(java.lang.String status) |
Sets the status.
|
void |
setTitle(java.lang.String title) |
Sets the title.
|
void |
setUpdateable(boolean updateFlag) |
Sets the updateable.
|
void |
setVersion(java.lang.String version) |
Sets the version.
|
java.lang.String getType()
java.lang.String getTitle()
java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the new versionvoid setCreated(java.util.Date date)
date - the new createdvoid setCreated(java.lang.String xmlDate)
xmlDate - the new createdboolean getUpdateable()
void setUpdateable(boolean updateFlag)
updateFlag - the new updateablejava.util.Date getModified()
java.util.Date getCreated()
void setModified(java.util.Date date)
date - the new modifiedvoid removeId(ISynchronizer synchronizer)
synchronizer - the synchronizervoid removeId(java.lang.String id)
id - the idjava.util.List<IWorkitem> getReferencedItems()
java.util.HashMap<java.lang.String,ISynchronizer> getId()
void setId(java.lang.String id,
ISynchronizer synchronizer)
id - the idsynchronizer - the synchronizervoid setIds(java.util.HashMap<java.lang.String,ISynchronizer> ids)
ids - the idsjava.lang.String getId(ISynchronizer synchronizer)
synchronizer - the synchronizervoid setModified(java.lang.String xmlDate)
xmlDate - the new modifiedjava.lang.String getStatus()
void setStatus(java.lang.String status)
status - the new statusvoid setTitle(java.lang.String title)
title - the new title