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

Interface HumanTask

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

  1. public interface HumanTask
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDescription()
Returns the value of the 'Description' attribute
  1. java.lang.String
getDisplayName()
Returns the value of the 'Display Name' attribute
  1. java.lang.String
getJNDINameStaffPluginProvider()
Returns the value of the 'JNDI Name Staff Plugin Provider' attribute
  1. HumanTaskKind
getKind()
Returns the value of the 'Kind' attribute.
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. java.lang.String
getNamespace()
Returns the value of the 'Namespace' attribute
  1. java.lang.String
getOperation()
Returns the value of the 'Operation' attribute
  1. org.eclipse.emf.common.util.EList
getStaffSettings()
Returns the value of the 'Staff Settings' containment reference list.
  1. java.lang.String
getTKTID()
Returns the value of the 'TKTID' attribute
  1. HumanTaskType
getType()
Returns the value of the 'Type' attribute.
  1. java.util.Date
getValidFrom()
Returns the value of the 'Valid From' attribute
  1. java.lang.String
getWorkBasketName()
Returns the value of the 'Work Basket Name' attribute
  1. boolean
isSetKind()
Returns whether the value of the ' Kind' attribute is set
  1. boolean
isSetType()
Returns whether the value of the ' Type' attribute is set
  1. void
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute
  1. void
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name' attribute
  1. void
setJNDINameStaffPluginProvider(java.lang.String value)
Sets the value of the ' JNDI Name Staff Plugin Provider' attribute
  1. void
setKind(HumanTaskKind value)
Sets the value of the ' Kind' attribute
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setNamespace(java.lang.String value)
Sets the value of the ' Namespace' attribute
  1. void
setOperation(java.lang.String value)
Sets the value of the ' Operation' attribute
  1. void
setTKTID(java.lang.String value)
Sets the value of the ' TKTID' attribute
  1. void
setType(HumanTaskType value)
Sets the value of the ' Type' attribute
  1. void
setValidFrom(java.util.Date value)
Sets the value of the ' Valid From' attribute
  1. void
setWorkBasketName(java.lang.String value)
Sets the value of the ' Work Basket Name' attribute
  1. void
unsetKind()
Unsets the value of the ' Kind' attribute
  1. 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

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getStaffSettings

  1. 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

  1. 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

  1. void setDescription(java.lang.String value)
Sets the value of the ' Description' attribute.
Parameters:
value - the new value of the 'Description' attribute.
See Also:

getDisplayName

  1. 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

  1. 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:

getJNDINameStaffPluginProvider

  1. 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

  1. 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:

getKind

  1. 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

  1. void setKind(HumanTaskKind value)
Sets the value of the ' Kind' attribute.
Parameters:
value - the new value of the 'Kind' attribute.
See Also:

unsetKind

  1. void unsetKind()
Unsets the value of the ' Kind' attribute.
See Also:

isSetKind

  1. boolean isSetKind()
Returns whether the value of the ' Kind' attribute is set.
Returns:
whether the value of the 'Kind' attribute is set.
See Also:

getName

  1. 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

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getNamespace

  1. 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

  1. void setNamespace(java.lang.String value)
Sets the value of the ' Namespace' attribute.
Parameters:
value - the new value of the 'Namespace' attribute.
See Also:

getOperation

  1. 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

  1. void setOperation(java.lang.String value)
Sets the value of the ' Operation' attribute.
Parameters:
value - the new value of the 'Operation' attribute.
See Also:

getTKTID

  1. 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

  1. void setTKTID(java.lang.String value)
Sets the value of the ' TKTID' attribute.
Parameters:
value - the new value of the 'TKTID' attribute.
See Also:

getType

  1. 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

  1. void setType(HumanTaskType value)
Sets the value of the ' Type' attribute.
Parameters:
value - the new value of the 'Type' attribute.
See Also:

unsetType

  1. void unsetType()
Unsets the value of the ' Type' attribute.
See Also:

isSetType

  1. boolean isSetType()
Returns whether the value of the ' Type' attribute is set.
Returns:
whether the value of the 'Type' attribute is set.
See Also:

getValidFrom

  1. 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

  1. 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:

getWorkBasketName

  1. 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

  1. 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: