Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.runtime
Interface RuntimeObjectList


public interface RuntimeObjectList

This interface represents a list of objects to be deployed.


Field Summary
static int DEPLOYMENT_ACTION_CREATE
          Name of the property representing a deployment Create action.
static int DEPLOYMENT_ACTION_DROP
          Name of the property representing a deployment Drop action.

 

Method Summary
 boolean add(Component component, Location location, int deploymentAction)
          This method adds a Component to the RuntimeObjectList.
 Component[] getComponents()
          Return the array of Components in the order in which they were added to this RuntimeObjectList.
 int[] getDeploymentActions()
          Return the array of Deployment Actions in the order in which they were added to this RuntimeObjectList.
 Location[] getLocations()
          Return the array of Locations in the order in which they were added to this RuntimeObjectList.

 

Field Detail

DEPLOYMENT_ACTION_CREATE

public static final int DEPLOYMENT_ACTION_CREATE
Name of the property representing a deployment Create action.
See Also:
Constant Field Values

DEPLOYMENT_ACTION_DROP

public static final int DEPLOYMENT_ACTION_DROP
Name of the property representing a deployment Drop action.
See Also:
Constant Field Values
Method Detail

add

public boolean add(Component component,
Location location,
                   int deploymentAction)
            throws RuntimePlatformException
This method adds a Component to the RuntimeObjectList. Note, Validation and Generation will be performed on this Component.
Parameters:
component - is the Component to be deployed
location - the Location Target to which the Component is to be deployed
deploymentAction - the deployment action to be performed
Returns:
true if the Component was added to the RuntimeObjectList.
Throws:
RuntimePlatformException

getDeploymentActions

public int[] getDeploymentActions()
Return the array of Deployment Actions in the order in which they were added to this RuntimeObjectList.
Returns:
an array of Deployment Actions

getComponents

public Component[] getComponents()
Return the array of Components in the order in which they were added to this RuntimeObjectList.
Returns:
an array of Components

getLocations

public Location[] getLocations()
Return the array of Locations in the order in which they were added to this RuntimeObjectList.
Returns:
an array of Locations

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.