Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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

All Superinterfaces:
GenericParticipantType
All Known Subinterfaces:
ParticipantsType.Participant

public interface ParticipantType
extends GenericParticipantType


Method Summary
 ParameterType getAcquiredBy()
           
 java.util.List getAssignmentContext()
           
 DynamicAssignmentType getDynamicAssignment()
           
 java.lang.String getExpirationDuration()
           
 ListType getList()
           
 java.lang.String getParentParticipantType()
           
 PropertiesType getProperties()
           
 java.util.List getResource()
           
 void setAcquiredBy(ParameterType value)
           
 void setDynamicAssignment(DynamicAssignmentType value)
           
 void setExpirationDuration(java.lang.String value)
           
 void setList(ListType value)
           
 void setParentParticipantType(java.lang.String value)
           
 void setProperties(PropertiesType value)
           
 
Methods inherited from interface oracle.bpel.services.workflow.metadata.routingslip.model.GenericParticipantType
getDisplayName, getName, getSkipCondition, getSystemStatus, isDisabled, setDisabled, setDisplayName, setName, setSkipCondition, setSystemStatus
 

Method Detail

setParentParticipantType

void setParentParticipantType(java.lang.String value)

getParentParticipantType

java.lang.String getParentParticipantType()

setExpirationDuration

void setExpirationDuration(java.lang.String value)

getExpirationDuration

java.lang.String getExpirationDuration()

getResource

java.util.List getResource()

setAcquiredBy

void setAcquiredBy(ParameterType value)

getAcquiredBy

ParameterType getAcquiredBy()

setList

void setList(ListType value)

getList

ListType getList()

setProperties

void setProperties(PropertiesType value)

getProperties

PropertiesType getProperties()

getAssignmentContext

java.util.List getAssignmentContext()

setDynamicAssignment

void setDynamicAssignment(DynamicAssignmentType value)

getDynamicAssignment

DynamicAssignmentType getDynamicAssignment()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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