Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.bpel.services.workflow.metadata.routingslip.model
Interface SupervisoryListType

All Known Subinterfaces:
ListsType.Supervisory

public interface SupervisoryListType

Method Summary
 AutoActionType getAutoAction()
           
 ParameterType getLevels()
           
 java.lang.String getResponseType()
           
 java.util.List getRuleName()
           
 RulesetType getRuleset()
           
 HierarchyPrincipalType getStartingPoint()
           
 HierarchyPrincipalType getUptoApprover()
           
 void setAutoAction(AutoActionType value)
           
 void setLevels(ParameterType value)
           
 void setResponseType(java.lang.String value)
           
 void setRuleset(RulesetType value)
           
 void setStartingPoint(HierarchyPrincipalType value)
           
 void setUptoApprover(HierarchyPrincipalType value)
           

 

Method Detail

setLevels

void setLevels(ParameterType value)

getLevels

ParameterType getLevels()

setStartingPoint

void setStartingPoint(HierarchyPrincipalType value)

getStartingPoint

HierarchyPrincipalType getStartingPoint()

setUptoApprover

void setUptoApprover(HierarchyPrincipalType value)

getUptoApprover

HierarchyPrincipalType getUptoApprover()

setAutoAction

void setAutoAction(AutoActionType value)

getAutoAction

AutoActionType getAutoAction()

setResponseType

void setResponseType(java.lang.String value)

getResponseType

java.lang.String getResponseType()

getRuleName

java.util.List getRuleName()

setRuleset

void setRuleset(RulesetType value)

getRuleset

RulesetType getRuleset()

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.