public class DispositionLifecycleGet extends DispositionAbstractBase
ID, INVERT, PATH_SEPARATOR, STORE_ID, STORE_TYPE, SUCCESS| Constructor and Description |
|---|
DispositionLifecycleGet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addUsersRealName(Map<String,Object> model,
String userName,
String propertyPrefix)
Adds the given username's first and last name to the given model.
|
protected Map<String,Object> |
createEventModel(EventCompletionDetails event)
Helper to create a model to represent the given event execution.
|
protected Map<String,Object> |
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.Status status,
org.springframework.extensions.webscripts.Cache cache) |
void |
setPersonService(org.alfresco.service.cmr.security.PersonService personService)
Sets the PersonService instance
|
createActionDefModel, getDispositionScheduleModel, parseRequestForActionDefinition, parseRequestForSchedulegetDispositionService, getNamespaceService, getNodeService, parseRequestForNodeRef, setDispositionService, setNamespaceService, setNodeServiceexecute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplateaddModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringpublic void setPersonService(org.alfresco.service.cmr.security.PersonService personService)
personService - The PersonService instanceprotected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScriptprotected Map<String,Object> createEventModel(EventCompletionDetails event)
event - The event to create a model forprotected void addUsersRealName(Map<String,Object> model, String userName, String propertyPrefix)
model - The model to add the first and last name touserName - The username of the user to lookuppropertyPrefix - The prefix of the property name to use when adding to the modelCopyright © 2005–2018 Alfresco Software. All rights reserved.