Class AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask
java.lang.Object
ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask<ContentTreeNode,Entity>
ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask
- All Implemented Interfaces:
PersistTask<ContentTreeNode,
Entity>
- Enclosing class:
AbstractRelatedEntityPersistTask<A,
T>
public static class AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask
extends AbstractRelatedEntityPersistTask<ContentTreeNode,Entity>
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask
AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask, AbstractRelatedEntityPersistTask.Pair<T1,
T2>, AbstractRelatedEntityPersistTask.SetRelatedEntityPersistTask -
Field Summary
Fields inherited from class ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask
entityDocumentsService
-
Constructor Summary
ConstructorDescriptionGetRelatedEntityPersistTask
(EntityDocumentsService entityDocumentsService, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionrun
(Optional<ContentTreeNode> contentTreeNodeOptional, CommandContext commandContext) Methods inherited from class ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask
getEntityDocumentsRelations, requireRelation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GetRelatedEntityPersistTask
public GetRelatedEntityPersistTask(EntityDocumentsService entityDocumentsService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
run
public Entity run(Optional<ContentTreeNode> contentTreeNodeOptional, CommandContext commandContext) throws PersistException, InterruptedException - Throws:
PersistException
InterruptedException
-