Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


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

All Known Subinterfaces:
ParticipantsType.Notify

public interface NotifyType

Nested Class Summary
static interface NotifyType.Address
           
static interface NotifyType.Group
           
static interface NotifyType.User
           

 

Method Summary
 EmailType getEmail()
           
 FaxType getFax()
           
 java.lang.String getName()
           
 PagerType getPager()
           
 java.lang.String getSkipCondition()
           
 SmsType getSms()
           
 java.util.List getUserOrGroupOrAddress()
           
 VoiceType getVoice()
           
 void setEmail(EmailType value)
           
 void setFax(FaxType value)
           
 void setName(java.lang.String value)
           
 void setPager(PagerType value)
           
 void setSkipCondition(java.lang.String value)
           
 void setSms(SmsType value)
           
 void setVoice(VoiceType value)
           

 

Method Detail

setSkipCondition

public void setSkipCondition(java.lang.String value)

getSkipCondition

public java.lang.String getSkipCondition()

setName

public void setName(java.lang.String value)

getName

public java.lang.String getName()

getUserOrGroupOrAddress

public java.util.List getUserOrGroupOrAddress()

setEmail

public void setEmail(EmailType value)

getEmail

public EmailType getEmail()

setVoice

public void setVoice(VoiceType value)

getVoice

public VoiceType getVoice()

setSms

public void setSms(SmsType value)

getSms

public SmsType getSms()

setFax

public void setFax(FaxType value)

getFax

public FaxType getFax()

setPager

public void setPager(PagerType value)

getPager

public PagerType getPager()

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.