Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Interface IManagementChain

All Known Implementing Classes:
ManagementChain

public interface IManagementChain

Interface IManagementChain.


Method Summary
 java.lang.String getLevels()
          Returns the value of field 'levels'.
 java.lang.String getUptoTitle()
          Returns the value of field 'uptoTitle'.
 java.lang.String getUptoUser()
          Returns the value of field 'uptoUser'.
 void setLevels(java.lang.String levels)
          Sets the value of field 'levels'.
 void setUptoTitle(java.lang.String uptoTitle)
          Sets the value of field 'uptoTitle'.
 void setUptoUser(java.lang.String uptoUser)
          Sets the value of field 'uptoUser'.

 

Method Detail

getLevels

public java.lang.String getLevels()
Returns the value of field 'levels'. The field 'levels' has the following description:
Returns:
the value of field 'levels'.

getUptoTitle

public java.lang.String getUptoTitle()
Returns the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:
Returns:
the value of field 'uptoTitle'.

getUptoUser

public java.lang.String getUptoUser()
Returns the value of field 'uptoUser'. The field 'uptoUser' has the following description:
Returns:
the value of field 'uptoUser'.

setLevels

public void setLevels(java.lang.String levels)
Sets the value of field 'levels'. The field 'levels' has the following description:
Parameters:
levels - the value of field 'levels'.

setUptoTitle

public void setUptoTitle(java.lang.String uptoTitle)
Sets the value of field 'uptoTitle'. The field 'uptoTitle' has the following description:
Parameters:
uptoTitle - the value of field 'uptoTitle'.

setUptoUser

public void setUptoUser(java.lang.String uptoUser)
Sets the value of field 'uptoUser'. The field 'uptoUser' has the following description:
Parameters:
uptoUser - the value of field 'uptoUser'.

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.