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 AdhocType

All Superinterfaces:
GenericParticipantType
All Known Subinterfaces:
ParticipantsType.Adhoc

public interface AdhocType
extends GenericParticipantType


Method Summary
 java.lang.String getExpirationDuration()
           
 PropertiesType getProperties()
           
 void setExpirationDuration(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

setExpirationDuration

void setExpirationDuration(java.lang.String value)

getExpirationDuration

java.lang.String getExpirationDuration()

setProperties

void setProperties(PropertiesType value)

getProperties

PropertiesType getProperties()

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.