|
Packages that use org.alfresco.repo.policy.Policy | ||
org.alfresco.repo.content | ||
org.alfresco.repo.copy | ||
org.alfresco.repo.node | ||
org.alfresco.repo.policy | ||
org.alfresco.repo.version |
Uses of Policy in org.alfresco.repo.content |
Subinterfaces of Policy in org.alfresco.repo.content | |
static interface |
ContentServicePolicies.OnContentPropertyUpdatePolicy Policy that is raised for each content property change. |
static interface |
ContentServicePolicies.OnContentReadPolicy On content read policy interface. |
static interface |
ContentServicePolicies.OnContentUpdatePolicy Policy that is raised once per node when any of the content properties on the node are changed; the specific properties are irrelevant. |
Uses of Policy in org.alfresco.repo.copy |
Subinterfaces of Policy in org.alfresco.repo.copy | |
static interface |
CopyServicePolicies.BeforeCopyPolicy The intermediate copy callback, which occurs once it has been decided which properties and aspects will be copied, but before the copy occurs. |
static interface |
CopyServicePolicies.OnCopyCompletePolicy Final callback after the copy (including any cascading) has been completed. |
static interface |
CopyServicePolicies.OnCopyNodePolicy Policy invoked when a node is copied. |
Uses of Policy in org.alfresco.repo.node |
Uses of Policy in org.alfresco.repo.policy |
Subinterfaces of Policy in org.alfresco.repo.policy | |
interface |
AssociationPolicy Marker interface for representing an Association-level Policy. |
interface |
ClassPolicy Marker interface for representing an Class-level Policy. |
interface |
PropertyPolicy Marker interface for representing a Property-level Policy. |
Classes in org.alfresco.repo.policy with type parameters of type Policy | |
class |
CachedPolicyFactory<B extends BehaviourBinding,P extends Policy> Policy Factory with caching support. |
interface |
PolicyDefinition<P extends Policy> Definition of a Policy |
Methods in org.alfresco.repo.policy that return types with arguments of type Policy | |
PolicyComponent.getRegisteredPolicy(PolicyType policyType, QName policy) Gets the specified registered Policy |
Uses of Policy in org.alfresco.repo.version |
Subinterfaces of Policy in org.alfresco.repo.version | |
static interface |
VersionServicePolicies.AfterCreateVersionPolicy After create version policy interface |
static interface |
VersionServicePolicies.AfterVersionRevertPolicy After revert version policy interface |
static interface |
VersionServicePolicies.BeforeCreateVersionPolicy Before create version policy interface. |
static interface |
VersionServicePolicies.CalculateVersionLabelPolicy Calculate version lable policy interface |
static interface |
VersionServicePolicies.OnCreateVersionPolicy On create version policy interface |
static interface |
VersionServicePolicies.OnRevertVersionPolicy |
|