Class ManagementChain

java.lang.Object
com.collaxa.cube.xml.BaseFacade
oracle.tip.pc.services.identity.ManagementChain
All Implemented Interfaces:
Serializable, IManagementChain, org.collaxa.xml.IBaseFacade, org.collaxa.xml.IFacade

public class ManagementChain extends com.collaxa.cube.xml.BaseFacade implements Serializable, IManagementChain
Class ManagementChain.
See Also:
  • Field Summary

    Fields inherited from class com.collaxa.cube.xml.BaseFacade

    serialVersionUID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ManagementChain(String levels, String uptoTitle)
    Constructor
    ManagementChain(String levels, String uptoTitle, String uptoUser)
    Constructor
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Method __getFacadeName
    Returns the value of field 'levels'.
    Get the management chain as a string[]
    Returns the value of field 'uptoTitle'.
    Returns the value of field 'uptoUser'.
    void
    setLevels(String levels)
    Sets the value of field 'levels'.
    void
    setUptoTitle(String uptoTitle)
    Sets the value of field 'uptoTitle'.
    void
    setUptoUser(String uptoUser)
    Sets the value of field 'uptoUser'.

    Methods inherited from class com.collaxa.cube.xml.BaseFacade

    _setChildElementValue, addChildElement, addChildElement, clearChildElements, containsChildElement, getAttributeValue, getChildElement, getChildElement, getChildElements, getChildElementValue, getChildElementValue, getElementName, getNamespaceUri, getQName, getRootElement, getSimpleContent, isRootElement, isRootElement, numberOfChildElements, parseQName, removeChildElement, removeChildElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setChildElement, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setRootElement, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, toDOM, toString, toXML, toXML

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ManagementChain

      public ManagementChain()
    • ManagementChain

      public ManagementChain(Element domElement)
    • ManagementChain

      public ManagementChain(String levels, String uptoTitle)
      Constructor
      Parameters:
      levels - the value of field 'levels'.
      uptoTitle - the value of field 'uptoTitle'.
    • ManagementChain

      public ManagementChain(String levels, String uptoTitle, String uptoUser)
      Constructor
      Parameters:
      levels - the value of field 'levels'.
      uptoTitle - the value of field 'uptoTitle'.
      uptoUser - the value of field 'uptoUser'.
  • Method Details

    • __getFacadeName

      public String __getFacadeName()
      Method __getFacadeName
      Specified by:
      __getFacadeName in interface org.collaxa.xml.IBaseFacade
      Overrides:
      __getFacadeName in class com.collaxa.cube.xml.BaseFacade
    • getLevels

      public String getLevels()
      Returns the value of field 'levels'. The field 'levels' has the following description:
      Specified by:
      getLevels in interface IManagementChain
      Returns:
      the value of field 'levels'.
    • getUptoTitle

      public String getUptoTitle()
      Returns the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:
      Specified by:
      getUptoTitle in interface IManagementChain
      Returns:
      the value of field 'uptoTitle'.
    • getUptoUser

      public String getUptoUser()
      Returns the value of field 'uptoUser'. The field 'uptoUser' has the following description:
      Specified by:
      getUptoUser in interface IManagementChain
      Returns:
      the value of field 'uptoUser'.
    • setLevels

      public void setLevels(String levels)
      Sets the value of field 'levels'. The field 'levels' has the following description:
      Specified by:
      setLevels in interface IManagementChain
      Parameters:
      levels - the value of field 'levels'.
    • setUptoTitle

      public void setUptoTitle(String uptoTitle)
      Sets the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:
      Specified by:
      setUptoTitle in interface IManagementChain
      Parameters:
      uptoTitle - the value of field 'uptoTitle'.
    • setUptoUser

      public void setUptoUser(String uptoUser)
      Sets the value of field 'uptoUser'. The field 'uptoUser' has the following description:
      Specified by:
      setUptoUser in interface IManagementChain
      Parameters:
      uptoUser - the value of field 'uptoUser'.
    • getManagementChainUsers

      public String[] getManagementChainUsers(String currentUser) throws BPMIdentityNotFoundException, BPMIdentityException
      Get the management chain as a string[]
      Throws:
      BPMIdentityNotFoundException
      BPMIdentityException