public interface DispositionActionDefinition
| Modifier and Type | Method and Description |
|---|---|
boolean |
eligibleOnFirstCompleteEvent()
Indicates whether the disposition action is eligible when the earliest
event is complete, otherwise all events must be complete before
eligibility.
|
String |
getDescription()
Get the description of the disposition action
|
List<RecordsManagementEvent> |
getEvents()
List of events for the disposition
|
String |
getGhostOnDestroy()
Get the ghost on destroy from the disposition
|
String |
getId()
Get disposition action id
|
int |
getIndex()
Get the index of the action within the disposition instructions
|
String |
getLabel()
Get the display label of the disposition action
|
String |
getLocation()
Get the location of the disposition (can be null)
|
String |
getName()
Get the name of disposition action
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the NodeRef that represents the disposition action definition
|
org.alfresco.service.cmr.repository.Period |
getPeriod()
Get the period for the disposition action
|
org.alfresco.service.namespace.QName |
getPeriodProperty()
Property to which the period is relative to
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
String getId()
int getIndex()
String getName()
String getLabel()
String getDescription()
org.alfresco.service.cmr.repository.Period getPeriod()
org.alfresco.service.namespace.QName getPeriodProperty()
List<RecordsManagementEvent> getEvents()
boolean eligibleOnFirstCompleteEvent()
String getLocation()
String getGhostOnDestroy()
Copyright © 2005–2017 Alfresco Software. All rights reserved.