public class ArtifactHolderStore
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addStructuringElementStack(java.lang.String componentUniqueId,
ArtifactHolder artifactHolderReference)
Adds a deep clone of the provided artifact holder's structuring element stack,
in order to keep track of parents for serving when necessary.
|
static java.util.Stack<StructuringElement> |
getStructuringElementStack(java.lang.String componentUniqueId)
Gets the structuring element stack, that is denoted with the given unique component id.
|
public static void addStructuringElementStack(java.lang.String componentUniqueId, ArtifactHolder artifactHolderReference)
componentUniqueId
- Unique id of the component.artifactHolderReference
- Artifact holder object.public static java.util.Stack<StructuringElement> getStructuringElementStack(java.lang.String componentUniqueId)
componentUniqueId
- Unique component id.Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.