com.ibm.wbit.tel

Interface TTask

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

  1. public interface TTask
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TTask'. Task type for all kinds of tasks (oTask, pTask, hTask, aTask).
Since:
6.0.1
See Also:
TaskPackage.getTTask()

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. TBoolean
getAllowClaimWhenSuspended()
Returns the value of the 'Allow Claim When Suspended' attribute.
  1. java.lang.String
getApplicationDefaultsComponentName()
Returns the value of the 'Application Defaults Component Name' attribute
  1. TBoolean
getAutoClaim()
Returns the value of the 'Auto Claim' attribute.
  1. TAutoDeletionMode
getAutoDeletionMode()
Returns the value of the 'Auto Deletion Mode' attribute.
  1. TAutonomy
getAutonomy()
Returns the value of the 'Autonomy' attribute.
  1. TBoolean
getBusinessRelevance()
Returns the value of the 'Business Relevance' attribute.
  1. java.lang.String
getCalendarJNDIName()
Returns the value of the 'Calendar JNDI Name' attribute
  1. java.lang.String
getCalendarName()
Returns the value of the 'Calendar Name' attribute
  1. java.lang.String
getContainmentContextComponentName()
Returns the value of the 'Containment Context Component Name' attribute
  1. TContextAuthorizationForOwner
getContextAuthorizationForOwner()
Returns the value of the 'Context Authorization For Owner' attribute.
  1. org.eclipse.emf.common.util.EList
getCustomProperty()
Returns the value of the 'Custom Property' containment reference list.
  1. java.lang.String
getDefaultLocale()
Returns the value of the 'Default Locale' attribute
  1. org.eclipse.emf.common.util.EList
getDescription()
Returns the value of the 'Description' containment reference list.
  1. org.eclipse.emf.common.util.EList
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
  1. org.eclipse.emf.common.util.EList
getDocumentation()
Returns the value of the 'Documentation' containment reference list.
  1. java.lang.String
getDurationUntilDeleted()
Returns the value of the 'Duration Until Deleted' attribute
  1. java.lang.String
getDurationUntilDue()
Returns the value of the 'Duration Until Due' attribute
  1. java.lang.String
getDurationUntilExpires()
Returns the value of the 'Duration Until Expires' attribute
  1. org.eclipse.emf.common.util.EList
getEmail()
Returns the value of the 'Email' containment reference list.
  1. TEscalationSettings
getEscalationSettings()
Returns the value of the 'Escalation Settings' containment reference
  1. java.lang.String
getEventHandlerName()
Returns the value of the 'Event Handler Name' attribute
  1. TImport
getImport()
Returns the value of the 'Import' containment reference
  1. TInterface
getInterface()
Returns the value of the 'Interface' containment reference
  1. java.lang.String
getJndiNameStaffPluginProvider()
Returns the value of the 'Jndi Name Staff Plugin Provider' attribute.
  1. TTaskKinds
getKind()
Returns the value of the 'Kind' attribute.
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. int
getPriority()
Returns the value of the 'Priority' attribute.
  1. java.lang.String
getPriorityDefinition()
Returns the value of the 'Priority Definition' attribute
  1. TStaffSettings
getStaffSettings()
Returns the value of the 'Staff Settings' containment reference
  1. TSubstitutionKinds
getSubstitutionPolicy()
Returns the value of the 'Substitution Policy' attribute.
  1. TBoolean
getSupportsDelegation()
Returns the value of the 'Supports Delegation' attribute.
  1. TBoolean
getSupportsFollowOnTask()
Returns the value of the 'Supports Follow On Task' attribute.
  1. TBoolean
getSupportsSubTask()
Returns the value of the 'Supports Sub Task' attribute.
  1. org.eclipse.emf.common.util.URI
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute
  1. java.lang.String
getType()
Returns the value of the 'Type' attribute
  1. TUISettings
getUiSettings()
Returns the value of the 'Ui Settings' containment reference
  1. java.lang.String
getValidFrom()
Returns the value of the 'Valid From' attribute
  1. java.lang.String
getWorkBasket()
Returns the value of the 'Work Basket' attribute
  1. boolean
isInline()
  1. boolean
isSetAllowClaimWhenSuspended()
Returns whether the value of the ' Allow Claim When Suspended' attribute is set
  1. boolean
isSetAutoClaim()
Returns whether the value of the ' Auto Claim' attribute is set
  1. boolean
isSetAutoDeletionMode()
Returns whether the value of the ' Auto Deletion Mode' attribute is set
  1. boolean
isSetAutonomy()
Returns whether the value of the ' Autonomy' attribute is set
  1. boolean
isSetBusinessRelevance()
Returns whether the value of the ' Business Relevance' attribute is set
  1. boolean
isSetContextAuthorizationForOwner()
Returns whether the value of the ' Context Authorization For Owner' attribute is set
  1. boolean
isSetJndiNameStaffPluginProvider()
Returns whether the value of the ' Jndi Name Staff Plugin Provider' attribute is set
  1. boolean
isSetKind()
Returns whether the value of the ' Kind' attribute is set
  1. boolean
isSetPriority()
Returns whether the value of the ' Priority' attribute is set
  1. boolean
isSetSubstitutionPolicy()
Returns whether the value of the ' Substitution Policy' attribute is set
  1. boolean
isSetSupportsDelegation()
Returns whether the value of the ' Supports Delegation' attribute is set
  1. boolean
isSetSupportsFollowOnTask()
Returns whether the value of the ' Supports Follow On Task' attribute is set
  1. boolean
isSetSupportsSubTask()
Returns whether the value of the ' Supports Sub Task' attribute is set
  1. void
setAllowClaimWhenSuspended(TBoolean value)
Sets the value of the ' Allow Claim When Suspended' attribute
  1. void
setApplicationDefaultsComponentName(java.lang.String value)
Sets the value of the ' Application Defaults Component Name' attribute
  1. void
setAutoClaim(TBoolean value)
Sets the value of the ' Auto Claim' attribute
  1. void
setAutoDeletionMode(TAutoDeletionMode value)
Sets the value of the ' Auto Deletion Mode' attribute
  1. void
setAutonomy(TAutonomy value)
Sets the value of the ' Autonomy' attribute
  1. void
setBusinessRelevance(TBoolean value)
Sets the value of the ' Business Relevance' attribute
  1. void
setCalendarJNDIName(java.lang.String value)
Sets the value of the ' Calendar JNDI Name' attribute
  1. void
setCalendarName(java.lang.String value)
Sets the value of the ' Calendar Name' attribute
  1. void
setContainmentContextComponentName(java.lang.String value)
Sets the value of the ' Containment Context Component Name' attribute
  1. void
setContextAuthorizationForOwner(TContextAuthorizationForOwner value)
Sets the value of the ' Context Authorization For Owner' attribute
  1. void
setDefaultLocale(java.lang.String value)
Sets the value of the ' Default Locale' attribute
  1. void
setDurationUntilDeleted(java.lang.String value)
Sets the value of the ' Duration Until Deleted' attribute
  1. void
setDurationUntilDue(java.lang.String value)
Sets the value of the ' Duration Until Due' attribute
  1. void
setDurationUntilExpires(java.lang.String value)
Sets the value of the ' Duration Until Expires' attribute
  1. void
setEscalationSettings(TEscalationSettings value)
Sets the value of the ' Escalation Settings' containment reference
  1. void
setEventHandlerName(java.lang.String value)
Sets the value of the ' Event Handler Name' attribute
  1. void
setImport(TImport value)
Sets the value of the ' Import' containment reference
  1. void
setInterface(TInterface value)
Sets the value of the ' Interface' containment reference
  1. void
setJndiNameStaffPluginProvider(java.lang.String value)
Sets the value of the ' Jndi Name Staff Plugin Provider' attribute
  1. void
setKind(TTaskKinds value)
Sets the value of the ' Kind' attribute
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setPriority(int value)
Sets the value of the ' Priority' attribute
  1. void
setPriorityDefinition(java.lang.String value)
Sets the value of the ' Priority Definition' attribute
  1. void
setStaffSettings(TStaffSettings value)
Sets the value of the ' Staff Settings' containment reference
  1. void
setSubstitutionPolicy(TSubstitutionKinds value)
Sets the value of the ' Substitution Policy' attribute
  1. void
setSupportsDelegation(TBoolean value)
Sets the value of the ' Supports Delegation' attribute
  1. void
setSupportsFollowOnTask(TBoolean value)
Sets the value of the ' Supports Follow On Task' attribute
  1. void
setSupportsSubTask(TBoolean value)
Sets the value of the ' Supports Sub Task' attribute
  1. void
setTargetNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Target Namespace' attribute
  1. void
setType(java.lang.String value)
Sets the value of the ' Type' attribute
  1. void
setUiSettings(TUISettings value)
Sets the value of the ' Ui Settings' containment reference
  1. void
setValidFrom(java.lang.String value)
Sets the value of the ' Valid From' attribute
  1. void
setWorkBasket(java.lang.String value)
Sets the value of the ' Work Basket' attribute
  1. void
unsetAllowClaimWhenSuspended()
Unsets the value of the ' Allow Claim When Suspended' attribute
  1. void
unsetAutoClaim()
Unsets the value of the ' Auto Claim' attribute
  1. void
unsetAutoDeletionMode()
Unsets the value of the ' Auto Deletion Mode' attribute
  1. void
unsetAutonomy()
Unsets the value of the ' Autonomy' attribute
  1. void
unsetBusinessRelevance()
Unsets the value of the ' Business Relevance' attribute
  1. void
unsetContextAuthorizationForOwner()
Unsets the value of the ' Context Authorization For Owner' attribute
  1. void
unsetJndiNameStaffPluginProvider()
Unsets the value of the ' Jndi Name Staff Plugin Provider' attribute
  1. void
unsetKind()
Unsets the value of the ' Kind' attribute
  1. void
unsetPriority()
Unsets the value of the ' Priority' attribute
  1. void
unsetSubstitutionPolicy()
Unsets the value of the ' Substitution Policy' attribute
  1. void
unsetSupportsDelegation()
Unsets the value of the ' Supports Delegation' attribute
  1. void
unsetSupportsFollowOnTask()
Unsets the value of the ' Supports Follow On Task' attribute
  1. void
unsetSupportsSubTask()
Unsets the value of the ' Supports Sub Task' 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

getImport

  1. TImport getImport()
Returns the value of the 'Import' containment reference.

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

Returns:
the value of the 'Import' containment reference.
See Also:

setImport

  1. void setImport(TImport value)
Sets the value of the ' Import' containment reference.
Parameters:
value - the new value of the 'Import' containment reference.
See Also:

getInterface

  1. TInterface getInterface()
Returns the value of the 'Interface' containment reference.

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

Returns:
the value of the 'Interface' containment reference.
See Also:

setInterface

  1. void setInterface(TInterface value)
Sets the value of the ' Interface' containment reference.
Parameters:
value - the new value of the 'Interface' containment reference.
See Also:

getStaffSettings

  1. TStaffSettings getStaffSettings( )
Returns the value of the 'Staff Settings' containment reference.

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

Returns:
the value of the 'Staff Settings' containment reference.
See Also:

setStaffSettings

  1. void setStaffSettings(TStaffSettings value)
Sets the value of the ' Staff Settings' containment reference.
Parameters:
value - the new value of the 'Staff Settings' containment reference.
See Also:

getUiSettings

  1. TUISettings getUiSettings()
Returns the value of the 'Ui Settings' containment reference.

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

Returns:
the value of the 'Ui Settings' containment reference.
See Also:

setUiSettings

  1. void setUiSettings(TUISettings value)
Sets the value of the ' Ui Settings' containment reference.
Parameters:
value - the new value of the 'Ui Settings' containment reference.
See Also:

getEscalationSettings

  1. TEscalationSettings getEscalationSettings( )
Returns the value of the 'Escalation Settings' containment reference.

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

Returns:
the value of the 'Escalation Settings' containment reference.
See Also:

setEscalationSettings

  1. void setEscalationSettings(TEscalationSettings value)
Sets the value of the ' Escalation Settings' containment reference.
Parameters:
value - the new value of the 'Escalation Settings' containment reference.
See Also:

getDisplayName

  1. org.eclipse.emf.common.util.EList getDisplayName( )
Returns the value of the 'Display Name' containment reference list. The list contents are of type TDisplayName.

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

Returns:
the value of the 'Display Name' containment reference list.
See Also:

getDescription

  1. org.eclipse.emf.common.util.EList getDescription( )
Returns the value of the 'Description' containment reference list. The list contents are of type TDescription.

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

Returns:
the value of the 'Description' containment reference list.
See Also:

getDocumentation

  1. org.eclipse.emf.common.util.EList getDocumentation( )
Returns the value of the 'Documentation' containment reference list. The list contents are of type TDocumentation.

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

Returns:
the value of the 'Documentation' containment reference list.
See Also:

getCustomProperty

  1. org.eclipse.emf.common.util.EList getCustomProperty( )
Returns the value of the 'Custom Property' containment reference list. The list contents are of type TCustomProperty.

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

Returns:
the value of the 'Custom Property' containment reference list.
See Also:

getEmail

  1. org.eclipse.emf.common.util.EList getEmail( )
Returns the value of the 'Email' containment reference list. The list contents are of type TEmail.

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

Returns:
the value of the 'Email' containment reference list.
See Also:

getAllowClaimWhenSuspended

  1. TBoolean getAllowClaimWhenSuspended( )
Returns the value of the 'Allow Claim When Suspended' attribute. The default value is "no". The literals are from the enumeration TBoolean.

If the meaning of the 'Allow Claim When Suspended' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Allow Claim When Suspended' attribute.
See Also:

setAllowClaimWhenSuspended

  1. void setAllowClaimWhenSuspended( TBoolean value)
Sets the value of the ' Allow Claim When Suspended' attribute.
Parameters:
value - the new value of the 'Allow Claim When Suspended' attribute.
See Also:

unsetAllowClaimWhenSuspended

  1. void unsetAllowClaimWhenSuspended( )
Unsets the value of the ' Allow Claim When Suspended' attribute.
See Also:

isSetAllowClaimWhenSuspended

  1. boolean isSetAllowClaimWhenSuspended( )
Returns whether the value of the ' Allow Claim When Suspended' attribute is set.
Returns:
whether the value of the 'Allow Claim When Suspended' attribute is set.
See Also:

getApplicationDefaultsComponentName

  1. java.lang.String getApplicationDefaultsComponentName( )
Returns the value of the 'Application Defaults Component Name' attribute.

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

Returns:
the value of the 'Application Defaults Component Name' attribute.
See Also:

setApplicationDefaultsComponentName

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

getAutoClaim

  1. TBoolean getAutoClaim()
Returns the value of the 'Auto Claim' attribute. The default value is "no". The literals are from the enumeration TBoolean.

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

Returns:
the value of the 'Auto Claim' attribute.
See Also:

setAutoClaim

  1. void setAutoClaim(TBoolean value)
Sets the value of the ' Auto Claim' attribute.
Parameters:
value - the new value of the 'Auto Claim' attribute.
See Also:

unsetAutoClaim

  1. void unsetAutoClaim()
Unsets the value of the ' Auto Claim' attribute.
See Also:

isSetAutoClaim

  1. boolean isSetAutoClaim()
Returns whether the value of the ' Auto Claim' attribute is set.
Returns:
whether the value of the 'Auto Claim' attribute is set.
See Also:

getAutonomy

  1. TAutonomy getAutonomy()
Returns the value of the 'Autonomy' attribute. The default value is "peer". The literals are from the enumeration TAutonomy.

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

Returns:
the value of the 'Autonomy' attribute.
See Also:

setAutonomy

  1. void setAutonomy(TAutonomy value)
Sets the value of the ' Autonomy' attribute.
Parameters:
value - the new value of the 'Autonomy' attribute.
See Also:

unsetAutonomy

  1. void unsetAutonomy()
Unsets the value of the ' Autonomy' attribute.
See Also:

isSetAutonomy

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

getBusinessRelevance

  1. TBoolean getBusinessRelevance()
Returns the value of the 'Business Relevance' attribute. The default value is "no". The literals are from the enumeration TBoolean.

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

Returns:
the value of the 'Business Relevance' attribute.
See Also:

setBusinessRelevance

  1. void setBusinessRelevance(TBoolean value)
Sets the value of the ' Business Relevance' attribute.
Parameters:
value - the new value of the 'Business Relevance' attribute.
See Also:

unsetBusinessRelevance

  1. void unsetBusinessRelevance()
Unsets the value of the ' Business Relevance' attribute.
See Also:

isSetBusinessRelevance

  1. boolean isSetBusinessRelevance( )
Returns whether the value of the ' Business Relevance' attribute is set.
Returns:
whether the value of the 'Business Relevance' attribute is set.
See Also:

getCalendarJNDIName

  1. java.lang.String getCalendarJNDIName( )
Returns the value of the 'Calendar JNDI Name' attribute.

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

Returns:
the value of the 'Calendar JNDI Name' attribute.
See Also:

setCalendarJNDIName

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

getCalendarName

  1. java.lang.String getCalendarName( )
Returns the value of the 'Calendar Name' attribute.

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

Returns:
the value of the 'Calendar Name' attribute.
See Also:

setCalendarName

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

getContainmentContextComponentName

  1. java.lang.String getContainmentContextComponentName( )
Returns the value of the 'Containment Context Component Name' attribute.

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

Returns:
the value of the 'Containment Context Component Name' attribute.
See Also:

setContainmentContextComponentName

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

getContextAuthorizationForOwner

  1. TContextAuthorizationForOwner getContextAuthorizationForOwner( )
Returns the value of the 'Context Authorization For Owner' attribute. The default value is "none". The literals are from the enumeration TContextAuthorizationForOwner.

If the meaning of the 'Context Authorization For Owner' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context Authorization For Owner' attribute.
See Also:

setContextAuthorizationForOwner

  1. void setContextAuthorizationForOwner( TContextAuthorizationForOwner value)
Sets the value of the ' Context Authorization For Owner' attribute.
Parameters:
value - the new value of the 'Context Authorization For Owner' attribute.
See Also:

unsetContextAuthorizationForOwner

  1. void unsetContextAuthorizationForOwner( )
Unsets the value of the ' Context Authorization For Owner' attribute.
See Also:

isSetContextAuthorizationForOwner

  1. boolean isSetContextAuthorizationForOwner( )
Returns whether the value of the ' Context Authorization For Owner' attribute is set.
Returns:
whether the value of the 'Context Authorization For Owner' attribute is set.
See Also:

getDefaultLocale

  1. java.lang.String getDefaultLocale( )
Returns the value of the 'Default Locale' attribute.

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

Returns:
the value of the 'Default Locale' attribute.
See Also:

setDefaultLocale

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

getDurationUntilDeleted

  1. java.lang.String getDurationUntilDeleted( )
Returns the value of the 'Duration Until Deleted' attribute.

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

Returns:
the value of the 'Duration Until Deleted' attribute.
See Also:

setDurationUntilDeleted

  1. void setDurationUntilDeleted(java.lang.String value)
Sets the value of the ' Duration Until Deleted' attribute.
Parameters:
value - the new value of the 'Duration Until Deleted' attribute.
See Also:

getDurationUntilDue

  1. java.lang.String getDurationUntilDue( )
Returns the value of the 'Duration Until Due' attribute.

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

Returns:
the value of the 'Duration Until Due' attribute.
See Also:

setDurationUntilDue

  1. void setDurationUntilDue(java.lang.String value)
Sets the value of the ' Duration Until Due' attribute.
Parameters:
value - the new value of the 'Duration Until Due' attribute.
See Also:

getDurationUntilExpires

  1. java.lang.String getDurationUntilExpires( )
Returns the value of the 'Duration Until Expires' attribute.

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

Returns:
the value of the 'Duration Until Expires' attribute.
See Also:

setDurationUntilExpires

  1. void setDurationUntilExpires(java.lang.String value)
Sets the value of the ' Duration Until Expires' attribute.
Parameters:
value - the new value of the 'Duration Until Expires' attribute.
See Also:

getEventHandlerName

  1. java.lang.String getEventHandlerName( )
Returns the value of the 'Event Handler Name' attribute.

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

Returns:
the value of the 'Event Handler Name' attribute.
See Also:

setEventHandlerName

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

getJndiNameStaffPluginProvider

  1. java.lang.String getJndiNameStaffPluginProvider( )
Returns the value of the 'Jndi Name Staff Plugin Provider' attribute. The default value is "bpe/staff/userregistryconfiguration".

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

  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:

unsetJndiNameStaffPluginProvider

  1. void unsetJndiNameStaffPluginProvider( )
Unsets the value of the ' Jndi Name Staff Plugin Provider' attribute.
See Also:

isSetJndiNameStaffPluginProvider

  1. boolean isSetJndiNameStaffPluginProvider( )
Returns whether the value of the ' Jndi Name Staff Plugin Provider' attribute is set.
Returns:
whether the value of the 'Jndi Name Staff Plugin Provider' attribute is set.
See Also:

getKind

  1. TTaskKinds getKind()
Returns the value of the 'Kind' attribute. The literals are from the enumeration TTaskKinds.

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:

setKind

  1. void setKind(TTaskKinds 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

  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:

getPriority

  1. int getPriority()
Returns the value of the 'Priority' attribute. The default value is "5".

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

Returns:
the value of the 'Priority' attribute.
See Also:

setPriority

  1. void setPriority(int value)
Sets the value of the ' Priority' attribute.
Parameters:
value - the new value of the 'Priority' attribute.
See Also:

unsetPriority

  1. void unsetPriority()
Unsets the value of the ' Priority' attribute.
See Also:

isSetPriority

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

getPriorityDefinition

  1. java.lang.String getPriorityDefinition( )
Returns the value of the 'Priority Definition' attribute.

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

Returns:
the value of the 'Priority Definition' attribute.
See Also:

setPriorityDefinition

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

getSubstitutionPolicy

  1. TSubstitutionKinds getSubstitutionPolicy( )
Returns the value of the 'Substitution Policy' attribute. The default value is "NoSubstitution". The literals are from the enumeration TSubstitutionKinds.

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

Returns:
the value of the 'Substitution Policy' attribute.
See Also:

setSubstitutionPolicy

  1. void setSubstitutionPolicy(TSubstitutionKinds value)
Sets the value of the ' Substitution Policy' attribute.
Parameters:
value - the new value of the 'Substitution Policy' attribute.
See Also:

unsetSubstitutionPolicy

  1. void unsetSubstitutionPolicy()
Unsets the value of the ' Substitution Policy' attribute.
See Also:

isSetSubstitutionPolicy

  1. boolean isSetSubstitutionPolicy( )
Returns whether the value of the ' Substitution Policy' attribute is set.
Returns:
whether the value of the 'Substitution Policy' attribute is set.
See Also:

getSupportsDelegation

  1. TBoolean getSupportsDelegation( )
Returns the value of the 'Supports Delegation' attribute. The default value is "yes". The literals are from the enumeration TBoolean.

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

Returns:
the value of the 'Supports Delegation' attribute.
See Also:

setSupportsDelegation

  1. void setSupportsDelegation(TBoolean value)
Sets the value of the ' Supports Delegation' attribute.
Parameters:
value - the new value of the 'Supports Delegation' attribute.
See Also:

unsetSupportsDelegation

  1. void unsetSupportsDelegation()
Unsets the value of the ' Supports Delegation' attribute.
See Also:

isSetSupportsDelegation

  1. boolean isSetSupportsDelegation( )
Returns whether the value of the ' Supports Delegation' attribute is set.
Returns:
whether the value of the 'Supports Delegation' attribute is set.
See Also:

getSupportsFollowOnTask

  1. TBoolean getSupportsFollowOnTask( )
Returns the value of the 'Supports Follow On Task' attribute. The default value is "yes". The literals are from the enumeration TBoolean.

If the meaning of the 'Supports Follow On Task' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Supports Follow On Task' attribute.
See Also:

setSupportsFollowOnTask

  1. void setSupportsFollowOnTask(TBoolean value)
Sets the value of the ' Supports Follow On Task' attribute.
Parameters:
value - the new value of the 'Supports Follow On Task' attribute.
See Also:

unsetSupportsFollowOnTask

  1. void unsetSupportsFollowOnTask( )
Unsets the value of the ' Supports Follow On Task' attribute.
See Also:

isSetSupportsFollowOnTask

  1. boolean isSetSupportsFollowOnTask( )
Returns whether the value of the ' Supports Follow On Task' attribute is set.
Returns:
whether the value of the 'Supports Follow On Task' attribute is set.
See Also:

getSupportsSubTask

  1. TBoolean getSupportsSubTask()
Returns the value of the 'Supports Sub Task' attribute. The default value is "yes". The literals are from the enumeration TBoolean.

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

Returns:
the value of the 'Supports Sub Task' attribute.
See Also:

setSupportsSubTask

  1. void setSupportsSubTask(TBoolean value)
Sets the value of the ' Supports Sub Task' attribute.
Parameters:
value - the new value of the 'Supports Sub Task' attribute.
See Also:

unsetSupportsSubTask

  1. void unsetSupportsSubTask()
Unsets the value of the ' Supports Sub Task' attribute.
See Also:

isSetSupportsSubTask

  1. boolean isSetSupportsSubTask()
Returns whether the value of the ' Supports Sub Task' attribute is set.
Returns:
whether the value of the 'Supports Sub Task' attribute is set.
See Also:

getTargetNamespace

  1. org.eclipse.emf.common.util.URI getTargetNamespace( )
Returns the value of the 'Target Namespace' attribute.

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

Returns:
the value of the 'Target Namespace' attribute.
See Also:

setTargetNamespace

  1. void setTargetNamespace(org.eclipse.emf.common.util.URI value)
Sets the value of the ' Target Namespace' attribute.
Parameters:
value - the new value of the 'Target Namespace' attribute.
See Also:

getType

  1. java.lang.String getType()
Returns the value of the 'Type' attribute.

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:

setType

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

getValidFrom

  1. java.lang.String 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

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

getWorkBasket

  1. java.lang.String getWorkBasket( )
Returns the value of the 'Work Basket' attribute.

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

Returns:
the value of the 'Work Basket' attribute.
See Also:

setWorkBasket

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

getAutoDeletionMode

  1. TAutoDeletionMode getAutoDeletionMode( )
Returns the value of the 'Auto Deletion Mode' attribute. The default value is "ONSUCCESSFULCOMPLETION". The literals are from the enumeration TAutoDeletionMode. States whether an instance of the task template is automatically deleted when it reaches an end execution state. End execution states are STATE_FINISHED, STATE_FAILED, STATE_TERMINATED, STATE_EXPIRED. Possible values are: ON_COMPLETION: States that the task instance is deleted when it reaches any end state. ON_SUCCESSFUL_COMPLETION: States that the task instance is deleted when it reaches the end state STATE_FINISHED. Please note that the actual point in time when auto deletion occurs is depending on the settings in the element durationUntilDeleted. If durationUntilDeleted is set to "DURATION_INFINITE" then no auto deletion occurs, irrespective of what has been specified for the autoDeletionMode.
Returns:
the value of the 'Auto Deletion Mode' attribute.
See Also:

setAutoDeletionMode

  1. void setAutoDeletionMode(TAutoDeletionMode value)
Sets the value of the ' Auto Deletion Mode' attribute.
Parameters:
value - the new value of the 'Auto Deletion Mode' attribute.
See Also:

unsetAutoDeletionMode

  1. void unsetAutoDeletionMode()
Unsets the value of the ' Auto Deletion Mode' attribute.
See Also:

isSetAutoDeletionMode

  1. boolean isSetAutoDeletionMode()
Returns whether the value of the ' Auto Deletion Mode' attribute is set.
Returns:
whether the value of the 'Auto Deletion Mode' attribute is set.
See Also:

isInline

  1. boolean isInline()