Class UnmarkMultipleActionResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.action.spi.AbstractPreActionResource
ch.tocco.nice2.rest.action.spi.AbstractActionResource
ch.tocco.nice2.marking.impl.action.AbstractMarkingActionResource
ch.tocco.nice2.marking.impl.action.UnmarkMultipleActionResource
- All Implemented Interfaces:
 RestResource
@Path("/actions/marking/UnmarkMultipleAction")
public class UnmarkMultipleActionResource
extends AbstractMarkingActionResource
- 
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.rest.action.spi.AbstractActionResource
AbstractActionResource.AbstractActionJob, AbstractActionResource.AbstractInterruptableActionJob, AbstractActionResource.ActionResultBean, AbstractActionResource.ActionResultBeanBuilder, AbstractActionResource.ActionResultFlags, AbstractActionResource.GetFormEntityTaskNested classes/interfaces inherited from class ch.tocco.nice2.rest.action.spi.AbstractPreActionResource
AbstractPreActionResource.SelectionType - 
Field Summary
Fields inherited from class ch.tocco.nice2.marking.impl.action.AbstractMarkingActionResource
markService, persistenceServiceFields inherited from class ch.tocco.nice2.rest.action.spi.AbstractActionResource
commandExecutor, entityBeanRebinder, notificationService, taskSchedulingServiceFields inherited from class ch.tocco.nice2.rest.action.spi.AbstractPreActionResource
businessUnitManager, context, defaultDisplayService, defaultValueService, formBeanService, initialFormEntityName, initialFormName, l10n, log, requiresFormEntity, securityManager, textResourcesFields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnmarkMultipleActionResource(PersistenceService persistenceService, EntityMarkService markService)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected TextMessagename of the action displayed in the notification center if no specific text is setprotected Consumer<EntityList> Methods inherited from class ch.tocco.nice2.marking.impl.action.AbstractMarkingActionResource
doPerformAction, getJobClassMethods inherited from class ch.tocco.nice2.rest.action.spi.AbstractActionResource
doValidate, getCallableType, getCurrentUsername, getFormEntity, getParentEntity, getTaskData, performAction, recoveryEnabled, setCommandExecutor, setEntityBeanRebinder, setNotificationService, setTaskContextBuilder, setTaskSchedulingService, taskCancelledMessage, taskFailedMessage, taskFailedTitle, taskFinishedMessage, taskSchedulingMessage, taskStartedMessage, validate, verifyFormEntityBeanMethods inherited from class ch.tocco.nice2.rest.action.spi.AbstractPreActionResource
getInitialFormValueResponseBean, getSelectedEntities, getSelectedEntity, loadInitialForm, preAction, setBusinessUnitManager, setContext, setDefaultDisplayService, setDefaultValueService, setFormBeanService, setL10n, setLog, setSecurityManager, setSelectionService, setTextResourcesMethods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt 
- 
Constructor Details
- 
UnmarkMultipleActionResource
protected UnmarkMultipleActionResource(PersistenceService persistenceService, EntityMarkService markService)  
 - 
 - 
Method Details
- 
getMarkingConsumer
- Specified by:
 getMarkingConsumerin classAbstractMarkingActionResource
 - 
actionName
Description copied from class:AbstractActionResourcename of the action displayed in the notification center if no specific text is set- Specified by:
 actionNamein classAbstractActionResource
 
 -