Interface WorkbasketSummary
- All Known Subinterfaces:
Workbasket
- All Known Implementing Classes:
WorkbasketImpl,WorkbasketSummaryImpl
public interface WorkbasketSummary
Interface for WorkbasketSummary. This is a specific short model-object which only contains the
most important information.
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Duplicates this WorkbasketSummary without the id.getCustomAttribute(WorkbasketCustomField customField) Deprecated.Use getCustomField(WorkbasketCustomField) insteadgetCustomField(WorkbasketCustomField customField) Returns the value of the specified WorkbasketCustomField of the Workbasket.Returns the description of the Workbasket.Returns the domain of the Workbasket.getId()Returns the id of the Workbasket.getKey()Returns the key of the Workbasket.getName()Returns the name of the Workbasket.Returns the orglevel1 of the Workbasket.Returns the orglevel2 of the Workbasket.Returns the orglevel3 of the Workbasket.Returns the orglevel4 of the Workbasket.getOwner()Returns the owner of the Workbasket.getType()Returns the type of the Workbasket.booleanChecks if the Workbasket is marked for deletion.
-
Method Details
-
getId
String getId()Returns the id of the Workbasket.- Returns:
- id
-
getKey
String getKey()Returns the key of the Workbasket.- Returns:
- key
-
getName
String getName()Returns the name of the Workbasket.- Returns:
- name
-
getDescription
String getDescription()Returns the description of the Workbasket.- Returns:
- description
-
getOwner
String getOwner()Returns the owner of the Workbasket.- Returns:
- owner
-
getDomain
String getDomain()Returns the domain of the Workbasket.- Returns:
- domain
-
getType
WorkbasketType getType()Returns the type of the Workbasket.- Returns:
- type
-
getCustomAttribute
Deprecated.Use getCustomField(WorkbasketCustomField) insteadReturns the value of the specified WorkbasketCustomField of the Workbasket.- Parameters:
customField- identifies which WorkbasketCustomField is requested- Returns:
- the value for the given WorkbasketCustomField
-
getCustomField
Returns the value of the specified WorkbasketCustomField of the Workbasket.- Parameters:
customField- identifies which the value of the specified WorkbasketCustomField of the Workbasket is requested- Returns:
- the value for the given the value of the specified WorkbasketCustomField of the Workbasket
-
getOrgLevel1
String getOrgLevel1()Returns the orglevel1 of the Workbasket.- Returns:
- orglevel1
-
getOrgLevel2
String getOrgLevel2()Returns the orglevel2 of the Workbasket.- Returns:
- orglevel2
-
getOrgLevel3
String getOrgLevel3()Returns the orglevel3 of the Workbasket.- Returns:
- orglevel3
-
getOrgLevel4
String getOrgLevel4()Returns the orglevel4 of the Workbasket.- Returns:
- orglevel4
-
isMarkedForDeletion
boolean isMarkedForDeletion()Checks if the Workbasket is marked for deletion.- Returns:
- the markedForDeletion flag
-
copy
WorkbasketSummary copy()Duplicates this WorkbasketSummary without the id.- Returns:
- a copy of this WorkbasketSummary
-