P
- the policy interface@AlfrescoPublicApi
public interface PolicyDefinition<P extends Policy>
Modifier and Type | Method and Description |
---|---|
Policy.Arg |
getArgument(int index)
Gets Policy Argument definition for the specified argument index
|
Policy.Arg[] |
getArguments()
Gets Policy Argument definitions for all arguments in order of arguments
|
org.alfresco.service.namespace.QName |
getName()
Gets the name of the Policy
|
Class<P> |
getPolicyInterface()
Gets the Policy interface class
|
PolicyType |
getType()
Gets the Policy type
|
org.alfresco.service.namespace.QName getName()
PolicyType getType()
Policy.Arg getArgument(int index)
index
- argument indexPolicy.Arg[] getArguments()
Copyright © 2005–2017 Alfresco Software. All rights reserved.