Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


oracle.imaging
Class Application.BpelConfig

java.lang.Object
  extended by oracle.imaging.Application.BpelConfig

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Application

public static class Application.BpelConfig
extends java.lang.Object
implements java.io.Serializable

A data structure specifying the configuration to connnect to a BPEL server, and create an instance of a BPEL process.

See Also:
Serialized Form

Nested Class Summary
static class Application.BpelConfig.PayloadItem
          Represents an element of a payload and the value to map to it.

 

Constructor Summary
Application.BpelConfig()
           

 

Method Summary
 java.lang.String getCompositeDn()
          Returns the currently configured BPEL process.
 NameId getConnection()
          Returns the currently configured connection Name.
 java.lang.String getOperation()
          Returns the currently configured operation.
 java.util.List<Application.BpelConfig.PayloadItem> getPayloadMapping()
          Returns the currently configured payload mapping.
 java.lang.String getService()
          Returns the currently configured service.
 boolean isEnabled()
           
protected  void prePersist()
           
 void setCompositeDn(java.lang.String compositeDn)
          Set the name of a process deployed to the BPEL server.
 void setConnection(NameId connection)
          The named BPEL connection value.
 void setEnabled(boolean enabled)
           
 void setOperation(java.lang.String operation)
          Set the name of an operation provided by a service.
 void setPayloadMapping(java.util.List<Application.BpelConfig.PayloadItem> payloadMapping)
          Set the mapping between various document and system fields to the payload used to invoke a BPEL process.
 void setService(java.lang.String service)
          Set the name of a service provided by a process.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Application.BpelConfig

public Application.BpelConfig()

Method Detail

prePersist

protected void prePersist()

setEnabled

public void setEnabled(boolean enabled)

isEnabled

public boolean isEnabled()

setConnection

public void setConnection(NameId connection)
The named BPEL connection value. Bpel connection are configured within the IPM system to map to the BPEL system provider url. (e.g., t3://machine:port).
Parameters:
connection -

getConnection

public NameId getConnection()
Returns the currently configured connection Name.
Returns:
See Also:
setConnection(oracle.imaging.NameId)

setCompositeDn

public void setCompositeDn(java.lang.String compositeDn)
Set the name of a process deployed to the BPEL server. This process will be used to invoke a BPEL instance.
Parameters:
compositeDn -

getCompositeDn

public java.lang.String getCompositeDn()
Returns the currently configured BPEL process.
Returns:
See Also:
setCompositeDn(java.lang.String)

setService

public void setService(java.lang.String service)
Set the name of a service provided by a process. An operation from this service will be used to invoke a BPEL process.
Parameters:
service -

getService

public java.lang.String getService()
Returns the currently configured service.
Returns:
See Also:
setService(java.lang.String)

setOperation

public void setOperation(java.lang.String operation)
Set the name of an operation provided by a service. This operation will be used to invoke a BPEL process.
Parameters:
operation -

getOperation

public java.lang.String getOperation()
Returns the currently configured operation.
Returns:
See Also:
setOperation(java.lang.String)

setPayloadMapping

public void setPayloadMapping(java.util.List<Application.BpelConfig.PayloadItem> payloadMapping)
Set the mapping between various document and system fields to the payload used to invoke a BPEL process. Each element of the list is a PayloadItem.
Parameters:
payloadMapping - a list of PayloadItem
See Also:
Application.BpelConfig.PayloadItem

getPayloadMapping

public java.util.List<Application.BpelConfig.PayloadItem> getPayloadMapping()
Returns the currently configured payload mapping.
Returns:
See Also:
setPayloadMapping(java.util.List<oracle.imaging.Application.BpelConfig.PayloadItem>)

Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


Copyright © 2010, Oracle. All rights reserved.