Skip navigation links

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


oracle.tip.pc.services.identity.config
Class ControlsCfg

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by oracle.tip.pc.services.identity.config.ConfigurationProperties
                  extended by oracle.tip.pc.services.identity.config.ControlsCfg

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
Direct Known Subclasses:
RoleControlsCfg, UserControlsCfg

public abstract class ControlsCfg
extends ConfigurationProperties

ControlsCfg is an abstract class that defines behaviour common to UserControls and RoleControls.

Since:
beta 2
See Also:
Serialized Form

Constructor Summary
ControlsCfg(RoleControlsType rct)
          Not to be used directly.
ControlsCfg(UserControlsType uct)
          Not to be used directly.

 

Method Summary
 java.util.Map getProperties()
          Gets controls properties
 SearchControlsCfg getSearchControlsCfg()
          Gets the url associated with the search controls.
 java.lang.String toString()
           

 

Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames

 

Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values

 

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

 

Constructor Detail

ControlsCfg

public ControlsCfg(UserControlsType uct)
            throws BPMConfigException
Not to be used directly. User UserControlsCfg constructor.
Throws:
BPMConfigException

ControlsCfg

public ControlsCfg(RoleControlsType rct)
            throws BPMConfigException
Not to be used directly. User RoleControlsCfg constructor.
Throws:
BPMConfigException

Method Detail

getSearchControlsCfg

public SearchControlsCfg getSearchControlsCfg()
Gets the url associated with the search controls.
Returns:
SearchControlCfg instance or null is non is associated.

getProperties

public java.util.Map getProperties()
Gets controls properties
Returns:
controls properties

toString

public java.lang.String toString()
Overrides:
toString in class ConfigurationProperties

Skip navigation links

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


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