Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.db.property
Class PropertyAction

java.lang.Object
  extended by oracle.javatools.db.property.PropertyAction


public class PropertyAction
extends java.lang.Object

Used by the PropertyManager to indicate actions available on an object basis and a per-property basis.

Since:
11
See Also:
PropertyManager.supportsAction(java.lang.String, oracle.javatools.db.property.PropertyAction.Type), PropertyManager.canChangeProperty(oracle.javatools.db.DBObject, oracle.javatools.db.DBObject, java.lang.String)

Nested Class Summary
static class PropertyAction.Type
          Defins the different types of property action.

 

Constructor Summary
PropertyAction(PropertyAction.Type type)
           

 

Method Summary
 java.util.Collection<java.lang.String> getProperties()
          Gets the properties that this action is governing.
 PropertyAction.Type getType()
          Gets the type of property action.

 

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

 

Constructor Detail

PropertyAction

public PropertyAction(PropertyAction.Type type)

Method Detail

getType

public PropertyAction.Type getType()
Gets the type of property action.

getProperties

public java.util.Collection<java.lang.String> getProperties()
Gets the properties that this action is governing. For example, if the action is REPLACE rather than UPDATE this will list the properties that couldn't be updated.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.