public interface DispositionSchedule
| Modifier and Type | Method and Description |
|---|---|
DispositionActionDefinition |
getDispositionActionDefinition(String id)
Get the disposition action definition
|
DispositionActionDefinition |
getDispositionActionDefinitionByName(String name)
Get the disposition action definition by the name of the disposition action
|
List<DispositionActionDefinition> |
getDispositionActionDefinitions()
Gets all the disposition action definitions for the schedule
|
String |
getDispositionAuthority()
Get the disposition authority
|
String |
getDispositionInstructions()
Get the disposition instructions
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the NodeRef that represents the disposition schedule
|
boolean |
isRecordLevelDisposition()
Indicates whether the disposal occurs at record level or not
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
NodeRef of disposition scheduleString getDispositionAuthority()
String disposition authorityString getDispositionInstructions()
String disposition instructionsboolean isRecordLevelDisposition()
List<DispositionActionDefinition> getDispositionActionDefinitions()
DispositionActionDefinition> disposition action definitionsDispositionActionDefinition getDispositionActionDefinition(String id)
id - the action definition idDispositionActionDefinition disposition action definitionDispositionActionDefinition getDispositionActionDefinitionByName(String name)
name - disposition action nameDispositionActionDefinition disposition action definition, null if noneCopyright © 2005–2018 Alfresco Software. All rights reserved.