Package | Description |
---|---|
oracle.ifs.admin.tools.policy | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Method and Description |
---|---|
protected PolicyList |
CreatePolicyList.createPolicyList(LibrarySession session,
String name)
Create a PolicyList
|
protected PolicyList |
CreatePolicyList.createPolicyList(LibrarySession session,
String name,
PolicyListElementDefinition[] pledefs)
Create a PolicyList.
|
protected PolicyList |
CreatePolicyList.findOrCreateClassPolicyList(LibrarySession session,
String className)
Find a class-level PolicyList by a specified class name.
|
protected PolicyList |
CreatePolicyList.lookupPolicyList(LibrarySession session,
String name)
Find a PolicyList by name; return null if no PolicyList
exists with the specified name.
|
protected PolicyList |
PolicyManager.lookupPolicyList(String name)
Find a PolicyList by name; return null if no PolicyList
exists with the specified name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CreatePolicyList.addPolicyListElement(LibrarySession session,
PolicyList pl,
PolicyListElementDefinition pledef)
Add a PolicyListElement to a PolicyList.
|
protected void |
CreatePolicyList.assignClassPolicyList(LibrarySession session,
String className,
PolicyList pl)
Create a PolicyList
|
Modifier and Type | Class and Description |
---|---|
class |
TiePolicyList
TiePolicyList allows the Oracle-defined behavior of the
POLICYLIST classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static PolicyList[] |
PolicyList.findAll(LibrarySession session)
Returns the set of defined PolicyLists.
|
static PolicyList |
PolicyList.findByName(LibrarySession session,
String name)
Returns the a PolicyList matching the
specified name.
|
PolicyList |
ClassObject.getClassPolicyList()
Gets the ClassPolicyList of this object.
|
PolicyList |
PolicyListElement.getParentPolicyList()
Gets the PolicyList containing this PolicyListElement.
|
PolicyList[] |
PublicObject.getPolicyLists()
Gets the PolicyLists for this object.
|
PolicyList[] |
SchemaObject.getPolicyLists()
Gets the PolicyLists for this object.
|
PolicyList[] |
SystemObject.getPolicyLists()
Gets the PolicyLists for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassObject.setClassPolicyList(PolicyList policyList)
Sets the ClassPolicyList of this object.
|
void |
PublicObject.setPolicyLists(PolicyList[] policyLists)
Sets the PolicyLists for this object.
|
void |
SchemaObject.setPolicyLists(PolicyList[] policyLists)
Sets the PolicyLists for this object.
|
void |
SystemObject.setPolicyLists(PolicyList[] policyLists)
Sets the PolicyLists for this object.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showPolicyList(Logger logger,
PolicyList policyList,
String prefix)
Show details about a PolicyList.
|
Copyright © 2023. All rights reserved.