| Package | Description |
|---|---|
| org.atlasapi.content |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableList<ChildRef> |
Container.childRefs |
static com.google.common.base.Function<Item,ChildRef> |
Item.TO_CHILD_REF |
| Modifier and Type | Method and Description |
|---|---|
ChildRef |
Content.childRef() |
| Modifier and Type | Method and Description |
|---|---|
static List<ChildRef> |
ChildRef.dedupeAndSort(Iterable<ChildRef> childRefs) |
com.google.common.collect.ImmutableList<ChildRef> |
Container.getChildRefs() |
com.google.common.collect.ImmutableList<ChildRef> |
ContentGroup.getContents() |
List<ChildRef> |
MutableContentList.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentGroup.addContent(ChildRef childRef) |
int |
ChildRef.compareTo(ChildRef comparableTo) |
protected abstract void |
AbstractContentStore.writeChildRef(ParentRef containerId,
ChildRef childRef)
Add a ref to the child in the container and update its
thisOrChildLastUpdated time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentGroup.addContents(Iterable<ChildRef> childRef) |
static List<ChildRef> |
ChildRef.dedupeAndSort(Iterable<ChildRef> childRefs) |
void |
Container.setChildRefs(Iterable<ChildRef> childRefs) |
void |
ContentGroup.setContents(Iterable<ChildRef> children) |
Copyright © 2014. All rights reserved.