|
Packages that use org.alfresco.repo.policy.Policy | ||
org.alfresco.repo.content | ||
org.alfresco.repo.copy | ||
org.alfresco.repo.node | ||
org.alfresco.repo.policy | The Policy Component. | |
org.alfresco.repo.version |
Uses of Policy in org.alfresco.repo.content |
Subinterfaces of Policy in org.alfresco.repo.content | |
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. |
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 | |
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.BeforeCreateVersionPolicy Before create version policy interface. |
|