Skip navigation links

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

E12853-02


oracle.imaging
Class Application.WorkflowConfig

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

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

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

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

See Also:
Serialized Form

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

 

Constructor Summary
Application.WorkflowConfig()
           

 

Method Summary
 java.lang.String getCompositeDn()
          Returns the currently configured workflow process.
 NameId getConnection()
          Returns the currently configured connection Name.
 java.lang.String getOperation()
          Returns the currently configured operation.
 java.util.List<Application.WorkflowConfig.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 workflow server.
 void setConnection(NameId connection)
          The named workflow 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.WorkflowConfig.PayloadItem> payloadMapping)
          Set the mapping between various document and system fields to the payload used to invoke a workflow 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.WorkflowConfig

public Application.WorkflowConfig()

Method Detail

prePersist

protected void prePersist()

setEnabled

public void setEnabled(boolean enabled)

isEnabled

public boolean isEnabled()

setConnection

public void setConnection(NameId connection)
The named workflow connection value. Workflow connections are configured within the IPM system to map to the workflow 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 workflow server. This process will be used to invoke a workflow instance.
Parameters:
compositeDn -

getCompositeDn

public java.lang.String getCompositeDn()
Returns the currently configured workflow 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 workflow 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 workflow 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.WorkflowConfig.PayloadItem> payloadMapping)
Set the mapping between various document and system fields to the payload used to invoke a workflow process. Each element of the list is a PayloadItem.
Parameters:
payloadMapping - a list of PayloadItem
See Also:
Application.WorkflowConfig.PayloadItem

getPayloadMapping

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

Skip navigation links

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

E12853-02


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