public interface HumanTask
extends org.eclipse.emf.ecore.EObject
The following features are supported:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute
|
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute
|
java.lang.String |
getJNDINameStaffPluginProvider()
Returns the value of the 'JNDI Name Staff Plugin Provider' attribute
|
HumanTaskKind |
getKind()
Returns the value of the 'Kind' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
java.lang.String |
getNamespace()
Returns the value of the 'Namespace' attribute
|
java.lang.String |
getOperation()
Returns the value of the 'Operation' attribute
|
org.eclipse.emf.common.util.EList |
getStaffSettings()
Returns the value of the 'Staff Settings' containment reference list.
|
java.lang.String |
getTKTID()
Returns the value of the 'TKTID' attribute
|
HumanTaskType |
getType()
Returns the value of the 'Type' attribute.
|
java.util.Date |
getValidFrom()
Returns the value of the 'Valid From' attribute
|
java.lang.String |
getWorkBasketName()
Returns the value of the 'Work Basket Name' attribute
|
boolean |
isSetKind()
Returns whether the value of the '
Kind ' attribute is set |
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute is set |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute |
void |
setDisplayName(java.lang.String value)
Sets the value of the '
Display Name ' attribute |
void |
setJNDINameStaffPluginProvider(java.lang.String value)
Sets the value of the '
JNDI Name Staff Plugin Provider ' attribute |
void |
setKind(HumanTaskKind value)
Sets the value of the '
Kind ' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
void |
setNamespace(java.lang.String value)
Sets the value of the '
Namespace ' attribute |
void |
setOperation(java.lang.String value)
Sets the value of the '
Operation ' attribute |
void |
setTKTID(java.lang.String value)
Sets the value of the '
TKTID ' attribute |
void |
setType(HumanTaskType value)
Sets the value of the '
Type ' attribute |
void |
setValidFrom(java.util.Date value)
Sets the value of the '
Valid From ' attribute |
void |
setWorkBasketName(java.lang.String value)
Sets the value of the '
Work Basket Name ' attribute |
void |
unsetKind()
Unsets the value of the '
Kind ' attribute |
void |
unsetType()
Unsets the value of the '
Type ' attribute |
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.EList getStaffSettings()
StaffRole
.
If the meaning of the 'Staff Settings' containment reference list isn't clear, there really should be more of a description here...
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_StaffSettings()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getDisplayName()
If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...
setDisplayName(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
java.lang.String getJNDINameStaffPluginProvider()
If the meaning of the 'JNDI Name Staff Plugin Provider' attribute isn't clear, there really should be more of a description here...
setJNDINameStaffPluginProvider(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_JNDINameStaffPluginProvider()
void setJNDINameStaffPluginProvider(java.lang.String value)
JNDI Name Staff Plugin Provider
' attribute.
value
- the new value of the 'JNDI Name Staff Plugin Provider' attribute.getJNDINameStaffPluginProvider()
HumanTaskKind getKind()
"ToDo"
.
The literals are from the enumeration HumanTaskKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
HumanTaskKind
,
isSetKind()
,
unsetKind()
,
setKind(HumanTaskKind)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Kind()
void setKind(HumanTaskKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.HumanTaskKind
,
isSetKind()
,
unsetKind()
,
getKind()
void unsetKind()
Kind
' attribute.
isSetKind()
,
getKind()
,
setKind(HumanTaskKind)
boolean isSetKind()
Kind
' attribute is set.
unsetKind()
,
getKind()
,
setKind(HumanTaskKind)
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getNamespace()
If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...
setNamespace(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Namespace()
void setNamespace(java.lang.String value)
Namespace
' attribute.
value
- the new value of the 'Namespace' attribute.getNamespace()
java.lang.String getOperation()
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
setOperation(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Operation()
void setOperation(java.lang.String value)
Operation
' attribute.
value
- the new value of the 'Operation' attribute.getOperation()
java.lang.String getTKTID()
If the meaning of the 'TKTID' attribute isn't clear, there really should be more of a description here...
setTKTID(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_TKTID()
void setTKTID(java.lang.String value)
TKTID
' attribute.
value
- the new value of the 'TKTID' attribute.getTKTID()
HumanTaskType getType()
"standalone"
.
The literals are from the enumeration HumanTaskType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
HumanTaskType
,
isSetType()
,
unsetType()
,
setType(HumanTaskType)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Type()
void setType(HumanTaskType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.HumanTaskType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(HumanTaskType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(HumanTaskType)
java.util.Date getValidFrom()
If the meaning of the 'Valid From' attribute isn't clear, there really should be more of a description here...
setValidFrom(Date)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_ValidFrom()
void setValidFrom(java.util.Date value)
Valid From
' attribute.
value
- the new value of the 'Valid From' attribute.getValidFrom()
java.lang.String getWorkBasketName()
If the meaning of the 'Work Basket Name' attribute isn't clear, there really should be more of a description here...
setWorkBasketName(String)
,
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_WorkBasketName()
void setWorkBasketName(java.lang.String value)
Work Basket Name
' attribute.
value
- the new value of the 'Work Basket Name' attribute.getWorkBasketName()