Package fr.becpg.repo.entity.simulation
Class EntitySimpleSimulationPlugin
java.lang.Object
fr.becpg.repo.entity.simulation.EntitySimpleSimulationPlugin
- All Implemented Interfaces:
EntitySimulationPlugin
EntitySimpleSimulationPlugin class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
FieldsFields inherited from interface fr.becpg.repo.entity.simulation.EntitySimulationPlugin
DATALIST_MODE, RECUR_MODE, SIMPLE_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept.List<org.alfresco.service.cmr.repository.NodeRef>simulateNodeRefs(org.alfresco.service.cmr.repository.NodeRef destNodeRef, List<org.alfresco.service.cmr.repository.NodeRef> entityNodeRefs, boolean unused) simulateNodeRefs.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.becpg.repo.entity.simulation.EntitySimulationPlugin
simulateNodeRefs
-
Field Details
-
entityVersionService
-
-
Constructor Details
-
EntitySimpleSimulationPlugin
public EntitySimpleSimulationPlugin()
-
-
Method Details
-
accept
accept.
- Specified by:
acceptin interfaceEntitySimulationPlugin- Parameters:
simulationMode- aStringobject.- Returns:
- a boolean.
-
simulateNodeRefs
public List<org.alfresco.service.cmr.repository.NodeRef> simulateNodeRefs(org.alfresco.service.cmr.repository.NodeRef destNodeRef, List<org.alfresco.service.cmr.repository.NodeRef> entityNodeRefs, boolean unused) simulateNodeRefs.
- Specified by:
simulateNodeRefsin interfaceEntitySimulationPlugin- Parameters:
destNodeRef- aNodeRefobject.entityNodeRefs- aListobject.unused- a boolean- Returns:
- a
Listobject.
-