public class ParentContainerResolverImpl extends Object implements ParentContainerResolver
Constructor and Description |
---|
ParentContainerResolverImpl(org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService,
org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService processInstanceService) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowUnknownContainer() |
List<DataContainer> |
getArchivedContainerHierarchy(DataContainer currentContainer) |
List<DataContainer> |
getContainerHierarchy(DataContainer currentContainer) |
void |
setAllowUnknownContainer(boolean allowUnknownContainer) |
public ParentContainerResolverImpl(org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService, org.bonitasoft.engine.core.process.instance.api.ProcessInstanceService processInstanceService)
public boolean getAllowUnknownContainer()
public void setAllowUnknownContainer(boolean allowUnknownContainer)
public List<DataContainer> getContainerHierarchy(DataContainer currentContainer) throws org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException, org.bonitasoft.engine.commons.exceptions.SObjectReadException
getContainerHierarchy
in interface ParentContainerResolver
org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectReadException
public List<DataContainer> getArchivedContainerHierarchy(DataContainer currentContainer) throws org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException, org.bonitasoft.engine.commons.exceptions.SObjectReadException
getArchivedContainerHierarchy
in interface ParentContainerResolver
org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.commons.exceptions.SObjectReadException
Copyright © 2018 Bonitasoft S.A.. All rights reserved.