Uses of Class
org.alfresco.repo.policy.Policy.Arg
-
Packages that use Policy.Arg Package Description org.alfresco.repo.copy org.alfresco.repo.node org.alfresco.repo.policy The Policy Component. -
-
Uses of Policy.Arg in org.alfresco.repo.copy
Fields in org.alfresco.repo.copy declared as Policy.Arg Modifier and Type Field Description static Policy.ArgCopyServicePolicies.OnCopyNodePolicy. ARG_0static Policy.ArgCopyServicePolicies.OnCopyNodePolicy. ARG_1 -
Uses of Policy.Arg in org.alfresco.repo.node
Fields in org.alfresco.repo.node declared as Policy.Arg Modifier and Type Field Description static Policy.ArgNodeServicePolicies.OnUpdatePropertiesPolicy. ARG_0static Policy.ArgNodeServicePolicies.OnUpdatePropertiesPolicy. ARG_1static Policy.ArgNodeServicePolicies.OnUpdatePropertiesPolicy. ARG_2 -
Uses of Policy.Arg in org.alfresco.repo.policy
Methods in org.alfresco.repo.policy that return Policy.Arg Modifier and Type Method Description Policy.ArgPolicyDefinition. getArgument(int index)Gets Policy Argument definition for the specified argument indexPolicy.Arg[]PolicyDefinition. getArguments()Gets Policy Argument definitions for all arguments in order of argumentsstatic Policy.ArgPolicy.Arg. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Policy.Arg[]Policy.Arg. values()Returns an array containing the constants of this enum type, in the order they are declared.
-