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

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

All Superinterfaces:
ParticipantsType
All Known Subinterfaces:
ParticipantsType.Stage

public interface StageType
extends ParticipantsType


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.bpel.services.workflow.metadata.routingslip.model.ParticipantsType
ParticipantsType.Adhoc, ParticipantsType.ForEach, ParticipantsType.Fyi, ParticipantsType.ManagementChain, ParticipantsType.Notify, ParticipantsType.Parallel, ParticipantsType.Participant, ParticipantsType.SequentialParticipant, ParticipantsType.Stage
 
Method Summary
 java.lang.String getCollection()
           
 java.lang.String getDisplayName()
           
 java.lang.String getName()
           
 boolean isDisabled()
           
 void setCollection(java.lang.String value)
           
 void setDisabled(boolean value)
           
 void setDisplayName(java.lang.String value)
           
 void setName(java.lang.String value)
           
 
Methods inherited from interface oracle.bpel.services.workflow.metadata.routingslip.model.ParticipantsType
getParticipantOrSequentialParticipantOrAdhoc, isIsAdhocRoutingSupported, setIsAdhocRoutingSupported
 

Method Detail

setName

void setName(java.lang.String value)

getName

java.lang.String getName()

setCollection

void setCollection(java.lang.String value)

getCollection

java.lang.String getCollection()

setDisplayName

void setDisplayName(java.lang.String value)

getDisplayName

java.lang.String getDisplayName()

setDisabled

void setDisabled(boolean value)

isDisabled

boolean isDisabled()

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

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