Skip navigation links

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


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()

Skip navigation links

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


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