Package | Description |
---|---|
oracle.ifs.admin.tools.policy | |
oracle.ifs.admin.tools.script | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.tools.script.test |
Modifier and Type | Method and Description |
---|---|
protected Policy |
CreatePolicyList.createPolicy(LibrarySession session,
String name,
int executionMode,
String action)
Create a Policy.
|
protected Policy |
CreatePolicyList.lookupPolicy(LibrarySession session,
String name)
Find a policy by name; return null if no policy
exists with the specified name.
|
Modifier and Type | Method and Description |
---|---|
protected Policy |
PolicyAdmin.lookupPolicy(LibrarySession sess,
String name)
Lookup Policy by name
|
Modifier and Type | Method and Description |
---|---|
protected void |
PolicyAdmin.showPolicy(LibrarySession sess,
Policy policy) |
Modifier and Type | Class and Description |
---|---|
class |
TiePolicy
A TiePolicy allows the Oracle-defined behavior of the POLICY classobject
(and its subclasses) to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static Policy |
Policy.constructPolicy(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Policy from a S_LibraryObjectData.
|
static Policy[] |
Policy.findAll(LibrarySession session)
Returns the set of defined Policies.
|
static Policy |
Policy.findByName(LibrarySession session,
String name)
Returns the a Policy matching the
specified name.
|
Policy |
PolicyListElement.getPolicy()
Gets the Policy referenced by this PolicyListElement.
|
protected static Policy |
Policy.vectorPolicyElement(Vector vector,
int index)
Returns a specific Policy from a Vector of Policy at the specified index.
|
protected static Policy[] |
Policy.vectorToPolicyArray(Vector vector)
Constructs an array of Policy from a Vector of Policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
ClassObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PolicyListElement.setPolicy(Policy policy)
Sets the Policy referenced by this PolicyListElement.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showPolicy(Logger logger,
Policy policy,
String prefix)
Show details about a Policy.
|
Modifier and Type | Method and Description |
---|---|
protected Policy |
RenderingOperations.BaseRendererTest.createRenderPolicy(LibrarySession session,
String name,
String operation,
String implementationName)
Creates a policy base on the input values.
|
Copyright © 2023. All rights reserved.