Skip navigation links

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


oracle.bpel.services.workflow.metadata.taskdisplay
Class TaskDisplayRegion

java.lang.Object
  extended by oracle.bpel.services.workflow.metadata.taskdisplay.TaskDisplayRegion

All Implemented Interfaces:
java.io.Serializable

public class TaskDisplayRegion
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
static java.lang.String AUTO_GENERATED_JSP_REGION
           
static java.lang.String DEFAULT_JSP_REGION
           
static java.lang.String JSP_REGION
           
static java.lang.String OA_FRAMEWORK_REGION
           
static java.lang.String XSL_REGION
           

 

Constructor Summary
TaskDisplayRegion()
           

 

Method Summary
 java.util.Map getParameters()
          Get the Parameters value.
 java.lang.String getRegionType()
          Get the RegionType value.
 java.lang.String getURI()
          Get the URI value.
 void setParameters(java.util.Map newParameters)
          Set the Parameters value.
 void setRegionType(java.lang.String newRegionType)
          Set the RegionType value.
 void setURI(java.lang.String newURI)
          Set the URI value.

 

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

 

Field Detail

JSP_REGION

public static final java.lang.String JSP_REGION
See Also:
Constant Field Values

DEFAULT_JSP_REGION

public static final java.lang.String DEFAULT_JSP_REGION
See Also:
Constant Field Values

XSL_REGION

public static final java.lang.String XSL_REGION
See Also:
Constant Field Values

OA_FRAMEWORK_REGION

public static final java.lang.String OA_FRAMEWORK_REGION
See Also:
Constant Field Values

AUTO_GENERATED_JSP_REGION

public static final java.lang.String AUTO_GENERATED_JSP_REGION
See Also:
Constant Field Values

Constructor Detail

TaskDisplayRegion

public TaskDisplayRegion()

Method Detail

getRegionType

public final java.lang.String getRegionType()
Get the RegionType value.
Returns:
a String value

setRegionType

public final void setRegionType(java.lang.String newRegionType)
Set the RegionType value.
Parameters:
newRegionType - The new RegionType value.

getURI

public final java.lang.String getURI()
Get the URI value.
Returns:
a String value

setURI

public final void setURI(java.lang.String newURI)
Set the URI value.
Parameters:
newURI - The new URI value.

getParameters

public final java.util.Map getParameters()
Get the Parameters value.
Returns:
a Map value

setParameters

public final void setParameters(java.util.Map newParameters)
Set the Parameters value.
Parameters:
newParameters - The new Parameters value.

Skip navigation links

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


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