Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
PolicyActionApplyValueDefault
A PolicyActionApplyValueDefault performs part of the preInsert operation.
|
class |
PolicyActionAssociatedPreInsert
A PolicyActionAssociatedPreInsert performs part of the preInsert operation.
|
class |
PolicyActionCheckRequiredForInsert
A PolicyActionCheckRequiredForInsert performs part of the preInsert operation.
|
class |
PolicyActionCheckSettable
A PolicyActionCheckSettable performs part of the preInsert operation.
|
class |
PolicyActionExtendedPreInsert
A PolicyActionExtendedPreInsert performs part of the preInsert operation.
|
class |
PolicyActionInsertReferenceAttributes
A PolicyActionInsertReferenceAttributes performs part of the preInsert operation.
|
class |
PolicyActionIsAlwaysVersionable
A PolicyActionIsAlwaysVersionable return true for the IsVersionable
operation.
|
class |
PolicyActionIsAudited
A PolicyActionIsAudited policy action determines
whether an operation should be audited for the target
object.
|
class |
PolicyActionIsNeverVersionable
A PolicyActionIsNeverVersionable return false for the IsVersionable
operation.
|
class |
PolicyActionVerifyCanCreate
A PolicyActionVerifyCanCreate performs part of the preInsert operation.
|
Modifier and Type | Method and Description |
---|---|
protected static PolicyAction |
PolicyActionContext.constructPolicyAction(String className)
Constructs a PolicyAction specified by fully-qualified classname.
|
protected static PolicyAction |
PolicyActionContext.getPolicyAction(S_LibrarySession session,
String className)
Finds or Constructs a PolicyAction specified by fully-qualified classname.
|
protected PolicyAction |
S_LibraryService.getPolicyAction(String className)
Finds a PolicyAction specified by fully-qualified classname.
|
protected PolicyAction |
S_LibrarySession.getPolicyAction(String className)
Finds a PolicyAction specified by fully-qualified classname,
as kept by the service.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_LibraryService.putPolicyAction(String className,
PolicyAction pa)
Caches a PolicyAction specified by fully-qualified classname.
|
protected void |
S_LibrarySession.putPolicyAction(String className,
PolicyAction pa)
Caches a PolicyAction specified by fully-qualified classname,
managed by the service.
|
Copyright © 2023. All rights reserved.