Skip navigation links

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


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 getName()
           
 void setCollection(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()

Skip navigation links

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


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