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

Interface Process

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

  1. public interface Process
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Process'.

The following features are supported:

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

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. Activity
getActivity()
Returns the value of the 'Activity' containment reference
  1. java.lang.String
getDisplayName()
Returns the value of the 'Display Name' attribute
  1. org.eclipse.emf.common.util.EList
getLink()
Returns the value of the 'Link' containment reference list.
  1. ProcessMode
getMode()
Returns the value of the 'Mode' 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
getPTID()
Returns the value of the 'PTID' attribute
  1. java.util.Date
getValidFrom()
Returns the value of the 'Valid From' attribute
  1. java.lang.String
getWpcId()
Returns the value of the 'Wpc Id' attribute
  1. boolean
isSetMode()
Returns whether the value of the ' Mode' attribute is set
  1. void
setActivity(Activity value)
Sets the value of the ' Activity' containment reference
  1. void
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name' attribute
  1. void
setMode(ProcessMode value)
Sets the value of the ' Mode' 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
setPTID(java.lang.String value)
Sets the value of the ' PTID' attribute
  1. void
setValidFrom(java.util.Date value)
Sets the value of the ' Valid From' attribute
  1. void
setWpcId(java.lang.String value)
Sets the value of the ' Wpc Id' attribute
  1. void
unsetMode()
Unsets the value of the ' Mode' 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

getActivity

  1. Activity getActivity()
Returns the value of the 'Activity' containment reference.

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

Returns:
the value of the 'Activity' containment reference.
See Also:
setActivity(Activity), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Activity()

setActivity

  1. void setActivity(Activity value)
Sets the value of the ' Activity' containment reference.
Parameters:
value - the new value of the 'Activity' containment reference.
See Also:

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

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

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

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#getProcess_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:

getMode

  1. ProcessMode getMode()
Returns the value of the 'Mode' attribute. The default value is "microflow". The literals are from the enumeration ProcessMode.

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

Returns:
the value of the 'Mode' attribute.
See Also:
ProcessMode, isSetMode(), unsetMode(), setMode(ProcessMode), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_Mode()

setMode

  1. void setMode(ProcessMode value)
Sets the value of the ' Mode' attribute.
Parameters:
value - the new value of the 'Mode' attribute.
See Also:

unsetMode

  1. void unsetMode()
Unsets the value of the ' Mode' attribute.
See Also:

isSetMode

  1. boolean isSetMode()
Returns whether the value of the ' Mode' attribute is set.
Returns:
whether the value of the 'Mode' 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#getProcess_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#getProcess_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:

getPTID

  1. java.lang.String getPTID()
Returns the value of the 'PTID' attribute.

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

Returns:
the value of the 'PTID' attribute.
See Also:
setPTID(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_PTID()

setPTID

  1. void setPTID(java.lang.String value)
Sets the value of the ' PTID' attribute.
Parameters:
value - the new value of the 'PTID' attribute.
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#getProcess_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:

getWpcId

  1. java.lang.String getWpcId()
Returns the value of the 'Wpc Id' attribute.

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

Returns:
the value of the 'Wpc Id' attribute.
See Also:
setWpcId(String), com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcess_WpcId()

setWpcId

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