IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata.bpc.model
Interface HumanTask

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface HumanTask
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Human Task'.

The following features are supported:

See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask()

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getStaffSettings

org.eclipse.emf.common.util.EList getStaffSettings()
Returns the value of the 'Staff Settings' containment reference list. The list contents are of type StaffRole.

If the meaning of the 'Staff Settings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Staff Settings' containment reference list.
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_StaffSettings()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getDisplayName

java.lang.String getDisplayName()
Returns the value of the 'Display Name' attribute.

If the meaning of the 'Display Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Name' attribute.
See Also:
setDisplayName(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_DisplayName()

setDisplayName

void setDisplayName(java.lang.String value)
Sets the value of the 'Display Name' attribute.

Parameters:
value - the new value of the 'Display Name' attribute.
See Also:
getDisplayName()

getJNDINameStaffPluginProvider

java.lang.String getJNDINameStaffPluginProvider()
Returns the value of the 'JNDI Name Staff Plugin Provider' attribute.

If the meaning of the 'JNDI Name Staff Plugin Provider' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'JNDI Name Staff Plugin Provider' attribute.
See Also:
setJNDINameStaffPluginProvider(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_JNDINameStaffPluginProvider()

setJNDINameStaffPluginProvider

void setJNDINameStaffPluginProvider(java.lang.String value)
Sets the value of the 'JNDI Name Staff Plugin Provider' attribute.

Parameters:
value - the new value of the 'JNDI Name Staff Plugin Provider' attribute.
See Also:
getJNDINameStaffPluginProvider()

getKind

HumanTaskKind getKind()
Returns the value of the 'Kind' attribute. The default value is "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...

Returns:
the value of the 'Kind' attribute.
See Also:
HumanTaskKind, isSetKind(), unsetKind(), setKind(HumanTaskKind), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Kind()

setKind

void setKind(HumanTaskKind value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
HumanTaskKind, isSetKind(), unsetKind(), getKind()

unsetKind

void unsetKind()
Unsets the value of the 'Kind' attribute.

See Also:
isSetKind(), getKind(), setKind(HumanTaskKind)

isSetKind

boolean isSetKind()
Returns whether the value of the 'Kind' attribute is set.

Returns:
whether the value of the 'Kind' attribute is set.
See Also:
unsetKind(), getKind(), setKind(HumanTaskKind)

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getNamespace

java.lang.String getNamespace()
Returns the value of the 'Namespace' attribute.

If the meaning of the 'Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Namespace' attribute.
See Also:
setNamespace(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Namespace()

setNamespace

void setNamespace(java.lang.String value)
Sets the value of the 'Namespace' attribute.

Parameters:
value - the new value of the 'Namespace' attribute.
See Also:
getNamespace()

getOperation

java.lang.String getOperation()
Returns the value of the 'Operation' attribute.

If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' attribute.
See Also:
setOperation(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Operation()

setOperation

void setOperation(java.lang.String value)
Sets the value of the 'Operation' attribute.

Parameters:
value - the new value of the 'Operation' attribute.
See Also:
getOperation()

getTKTID

java.lang.String getTKTID()
Returns the value of the 'TKTID' attribute.

If the meaning of the 'TKTID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'TKTID' attribute.
See Also:
setTKTID(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_TKTID()

setTKTID

void setTKTID(java.lang.String value)
Sets the value of the 'TKTID' attribute.

Parameters:
value - the new value of the 'TKTID' attribute.
See Also:
getTKTID()

getType

HumanTaskType getType()
Returns the value of the 'Type' attribute. The default value is "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...

Returns:
the value of the 'Type' attribute.
See Also:
HumanTaskType, isSetType(), unsetType(), setType(HumanTaskType), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_Type()

setType

void setType(HumanTaskType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
HumanTaskType, isSetType(), unsetType(), getType()

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(HumanTaskType)

isSetType

boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(HumanTaskType)

getValidFrom

java.util.Date getValidFrom()
Returns the value of the 'Valid From' attribute.

If the meaning of the 'Valid From' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Valid From' attribute.
See Also:
setValidFrom(Date), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_ValidFrom()

setValidFrom

void setValidFrom(java.util.Date value)
Sets the value of the 'Valid From' attribute.

Parameters:
value - the new value of the 'Valid From' attribute.
See Also:
getValidFrom()

getWorkBasketName

java.lang.String getWorkBasketName()
Returns the value of the 'Work Basket Name' attribute.

If the meaning of the 'Work Basket Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Work Basket Name' attribute.
See Also:
setWorkBasketName(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getHumanTask_WorkBasketName()

setWorkBasketName

void setWorkBasketName(java.lang.String value)
Sets the value of the 'Work Basket Name' attribute.

Parameters:
value - the new value of the 'Work Basket Name' attribute.
See Also:
getWorkBasketName()

IBM WebSphere Application ServerTM
Release 8