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

Interface Process

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


    public interface Process
    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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

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

      • getActivity

        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

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

        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

        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

        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()
      • getMode

        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()
      • 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#getProcess_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#getProcess_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()
      • getPTID

        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

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

        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

        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:
        getWpcId()
IBM Business Process ManagerTM
Release 8