Package oracle.tip.pc.services.identity
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
ConstructorsConstructorDescriptionManagementChain
(String levels, String uptoTitle) ConstructorManagementChain
(String levels, String uptoTitle, String uptoUser) ConstructorManagementChain
(Element domElement) -
Method Summary
Modifier and TypeMethodDescriptionMethod __getFacadeNameReturns the value of field 'levels'.String[]
getManagementChainUsers
(String currentUser) Get the management chain as a string[]Returns the value of field 'uptoTitle'.Returns the value of field 'uptoUser'.void
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
-
Constructor Details
-
ManagementChain
public ManagementChain() -
ManagementChain
-
ManagementChain
Constructor- Parameters:
levels
- the value of field 'levels'.uptoTitle
- the value of field 'uptoTitle'.
-
ManagementChain
Constructor- Parameters:
levels
- the value of field 'levels'.uptoTitle
- the value of field 'uptoTitle'.uptoUser
- the value of field 'uptoUser'.
-
-
Method Details
-
__getFacadeName
Method __getFacadeName- Specified by:
__getFacadeName
in interfaceorg.collaxa.xml.IBaseFacade
- Overrides:
__getFacadeName
in classcom.collaxa.cube.xml.BaseFacade
-
getLevels
Returns the value of field 'levels'. The field 'levels' has the following description:- Specified by:
getLevels
in interfaceIManagementChain
- Returns:
- the value of field 'levels'.
-
getUptoTitle
Returns the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:- Specified by:
getUptoTitle
in interfaceIManagementChain
- Returns:
- the value of field 'uptoTitle'.
-
getUptoUser
Returns the value of field 'uptoUser'. The field 'uptoUser' has the following description:- Specified by:
getUptoUser
in interfaceIManagementChain
- Returns:
- the value of field 'uptoUser'.
-
setLevels
Sets the value of field 'levels'. The field 'levels' has the following description:- Specified by:
setLevels
in interfaceIManagementChain
- Parameters:
levels
- the value of field 'levels'.
-
setUptoTitle
Sets the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:- Specified by:
setUptoTitle
in interfaceIManagementChain
- Parameters:
uptoTitle
- the value of field 'uptoTitle'.
-
setUptoUser
Sets the value of field 'uptoUser'. The field 'uptoUser' has the following description:- Specified by:
setUptoUser
in interfaceIManagementChain
- Parameters:
uptoUser
- the value of field 'uptoUser'.
-
getManagementChainUsers
public String[] getManagementChainUsers(String currentUser) throws BPMIdentityNotFoundException, BPMIdentityException Get the management chain as a string[]
-