public interface Workbasket
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
asSummary()
Return a summary of the current workbasket.
|
java.time.Instant |
getCreated()
Returns the date when the workbasket was created.
|
String |
getCustom1()
Return the value for the custom1 attribute.
|
String |
getCustom2()
Return the value for the custom2 attribute.
|
String |
getCustom3()
Return the value for the custom3 attribute.
|
String |
getCustom4()
Return the value for the custom4 attribute.
|
String |
getDescription()
Returns the workbasket-descriptions.
|
String |
getDomain()
Returns the domain of the workbasket.
|
String |
getId()
Returns the unique id of a workbasket.
|
String |
getKey()
Returns the key of the workbasket.
|
java.time.Instant |
getModified()
Returns the date when the workbasket was modified the last time.
|
String |
getName()
Returns the name of the workbasket.
|
String |
getOrgLevel1()
Return the value for the orgLevel1 attribute.
|
String |
getOrgLevel2()
Return the value for the orgLevel2 attribute.
|
String |
getOrgLevel3()
Return the value for the orgLevel3 attribute.
|
String |
getOrgLevel4()
Return the value for the orgLevel4 attribute.
|
String |
getOwner()
Returns the Id of the workbasket-owner.
|
WorkbasketType |
getType()
Returns the type of the workbasket.
|
void |
setCustom1(String custom1)
Sets the value for custom1 Attribute.
|
void |
setCustom2(String custom2)
Sets the value for custom2 attribute.
|
void |
setCustom3(String custom3)
Sets the value for custom3 attribute.
|
void |
setCustom4(String custom4)
Sets the value for custom4 attribute.
|
void |
setDescription(String description)
Sets the workbasket-descriptions.
|
void |
setName(String workbasketName)
Sets the name of the workbasket.
|
void |
setOrgLevel1(String orgLevel1)
Sets the value for orgLevel1 attribute.
|
void |
setOrgLevel2(String orgLevel2)
Sets the value for orgLevel2 attribute.
|
void |
setOrgLevel3(String orgLevel3)
Sets the value for orgLevel3 attribute.
|
void |
setOrgLevel4(String orgLevel4)
Sets the value for orgLevel4 attribute.
|
void |
setOwner(String owner)
Sets the owner-ID of the workbasket.
|
void |
setType(WorkbasketType type)
Sets the type of the workbasket.
|
String getId()
java.time.Instant getCreated()
String getKey()
String getDomain()
WorkbasketType getType()
void setType(WorkbasketType type)
type - the type of the workbasketjava.time.Instant getModified()
String getName()
void setName(String workbasketName)
workbasketName - the name of the workbasketString getDescription()
void setDescription(String description)
description - the description of the workbasketString getOwner()
void setOwner(String owner)
owner - of the current workbasketString getCustom1()
void setCustom1(String custom1)
custom1 - the custom1 property of the workbasketString getCustom2()
void setCustom2(String custom2)
custom2 - the custom2 property of the workbasketString getCustom3()
void setCustom3(String custom3)
custom3 - the custom3 property of the workbasketString getCustom4()
void setCustom4(String custom4)
custom4 - the custom4 property of the workbasketString getOrgLevel1()
void setOrgLevel1(String orgLevel1)
orgLevel1 - the orgLevel1 property of the workbasketString getOrgLevel2()
void setOrgLevel2(String orgLevel2)
orgLevel2 - the orgLevel2 property of the workbasketString getOrgLevel3()
void setOrgLevel3(String orgLevel3)
orgLevel3 - the orgLevel3 property of the workbasketString getOrgLevel4()
void setOrgLevel4(String orgLevel4)
orgLevel4 - the orgLevel4 property of the workbasketWorkbasketSummary asSummary()
Copyright © 2018. All rights reserved.