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 RoutingSlipType

All Known Subinterfaces:
RoutingSlip

public interface RoutingSlipType

Method Summary
 AssignmentServiceType getAssignmentService()
           
 GlobalConfigurationType getGlobalConfiguration()
           
 NotificationType getNotification()
           
 java.math.BigInteger getNumberOfTimesModified()
           
 OnErrorParticipantType getOnErrorParticipant()
           
 ParticipantsType getParticipants()
           
 java.util.Calendar getSystemAttributeCurrentAssignmentTime()
           
 java.lang.String getTargetNamespace()
           
 java.lang.String getTaskId()
           
 void setAssignmentService(AssignmentServiceType value)
           
 void setGlobalConfiguration(GlobalConfigurationType value)
           
 void setNotification(NotificationType value)
           
 void setNumberOfTimesModified(java.math.BigInteger value)
           
 void setOnErrorParticipant(OnErrorParticipantType value)
           
 void setParticipants(ParticipantsType value)
           
 void setSystemAttributeCurrentAssignmentTime(java.util.Calendar value)
           
 void setTargetNamespace(java.lang.String value)
           
 void setTaskId(java.lang.String value)
           

 

Method Detail

setTaskId

public void setTaskId(java.lang.String value)

getTaskId

public java.lang.String getTaskId()

setNumberOfTimesModified

public void setNumberOfTimesModified(java.math.BigInteger value)

getNumberOfTimesModified

public java.math.BigInteger getNumberOfTimesModified()

setTargetNamespace

public void setTargetNamespace(java.lang.String value)

getTargetNamespace

public java.lang.String getTargetNamespace()

setSystemAttributeCurrentAssignmentTime

public void setSystemAttributeCurrentAssignmentTime(java.util.Calendar value)

getSystemAttributeCurrentAssignmentTime

public java.util.Calendar getSystemAttributeCurrentAssignmentTime()

setGlobalConfiguration

public void setGlobalConfiguration(GlobalConfigurationType value)

getGlobalConfiguration

public GlobalConfigurationType getGlobalConfiguration()

setAssignmentService

public void setAssignmentService(AssignmentServiceType value)

getAssignmentService

public AssignmentServiceType getAssignmentService()

setParticipants

public void setParticipants(ParticipantsType value)

getParticipants

public ParticipantsType getParticipants()

setOnErrorParticipant

public void setOnErrorParticipant(OnErrorParticipantType value)

getOnErrorParticipant

public OnErrorParticipantType getOnErrorParticipant()

setNotification

public void setNotification(NotificationType value)

getNotification

public NotificationType getNotification()

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.