Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.action
Interface ActionDefinition
All Superinterfaces:
ParameterizedItemDefinition

@org.alfresco.api.AlfrescoPublicApi
public interface ActionDefinition
extends ParameterizedItemDefinition
Rule action interface.
Author:
Roy Wetherall

Method Summary
getApplicableTypes()
          Gets a list of the types that this action item is applicable for
boolean
getTrackStatus()
          Get whether the basic action definition supports action tracking or not.
Methods inherited from interface org.alfresco.service.cmr.action.ParameterizedItemDefinition
getAdhocPropertiesAllowed, getDescription, getName, getParameterDefinitions, getParameterDefintion, getTitle, hasParameterDefinitions
Method Detail
getApplicableTypes
Set<QNamegetApplicableTypes()
Gets a list of the types that this action item is applicable for
Returns:
set of types never null

getTrackStatus
boolean getTrackStatus()
Get whether the basic action definition supports action tracking or not. This can be overridden for each action but if not, this value is used. Defaults to false.
Returns:
true to track action execution status or false (default) to do no action tracking
Since:
3.4.1

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.