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 ForEachType

All Superinterfaces:
ParticipantsType
All Known Subinterfaces:
ParticipantsType.ForEach

public interface ForEachType
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()
           
 ForEachCompletionConditionType getCompletionCondition()
           
 java.lang.String getCounterName()
           
 java.lang.String getSkipCondition()
           
 java.lang.String getSystemStatus()
           
 boolean isCollaboration()
           
 boolean isParallel()
           
 void setCollaboration(boolean value)
           
 void setCollection(java.lang.String value)
           
 void setCompletionCondition(ForEachCompletionConditionType value)
           
 void setCounterName(java.lang.String value)
           
 void setParallel(boolean value)
           
 void setSkipCondition(java.lang.String value)
           
 void setSystemStatus(java.lang.String value)
           
 
Methods inherited from interface oracle.bpel.services.workflow.metadata.routingslip.model.ParticipantsType
getParticipantOrSequentialParticipantOrAdhoc, isIsAdhocRoutingSupported, setIsAdhocRoutingSupported
 

Method Detail

setParallel

void setParallel(boolean value)

isParallel

boolean isParallel()

setSkipCondition

void setSkipCondition(java.lang.String value)

getSkipCondition

java.lang.String getSkipCondition()

setCollaboration

void setCollaboration(boolean value)

isCollaboration

boolean isCollaboration()

setCollection

void setCollection(java.lang.String value)

getCollection

java.lang.String getCollection()

setSystemStatus

void setSystemStatus(java.lang.String value)

getSystemStatus

java.lang.String getSystemStatus()

setCounterName

void setCounterName(java.lang.String value)

getCounterName

java.lang.String getCounterName()

setCompletionCondition

void setCompletionCondition(ForEachCompletionConditionType value)

getCompletionCondition

ForEachCompletionConditionType getCompletionCondition()

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.