|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ObjectContext in org.chromattic.core |
|---|
| Methods in org.chromattic.core that return ObjectContext | |
|---|---|
ObjectContext |
DomainSession.unwrap(Object o)
|
| Methods in org.chromattic.core with parameters of type ObjectContext | ||
|---|---|---|
protected abstract Object |
DomainSession._getChild(ObjectContext ctx,
String name)
|
|
protected abstract
|
DomainSession._getChildren(ObjectContext ctx,
Class<T> filterClass)
|
|
protected abstract Object |
DomainSession._getParent(ObjectContext ctx)
|
|
protected abstract Object |
DomainSession._getReferenced(ObjectContext referentCtx,
String name,
LinkType linkType)
|
|
protected abstract
|
DomainSession._getReferents(ObjectContext referencedCtx,
String name,
Class<T> filterClass,
LinkType linkType)
|
|
protected abstract void |
DomainSession._orderBefore(ObjectContext parentCtx,
ObjectContext srcCtx,
ObjectContext dstCtx)
|
|
protected abstract String |
DomainSession._persist(ObjectContext ctx,
String relPath)
|
|
protected abstract String |
DomainSession._persist(ObjectContext parentCtx,
String name,
ObjectContext childCtx)
|
|
protected abstract void |
DomainSession._remove(ObjectContext context)
|
|
protected abstract void |
DomainSession._removeChild(ObjectContext ctx,
String name)
|
|
protected abstract boolean |
DomainSession._setReferenced(ObjectContext referentCtx,
String name,
ObjectContext referencedCtx,
LinkType linkType)
|
|
void |
ObjectContext.addChild(ObjectContext childCtx)
|
|
void |
ObjectContext.addChild(String name,
ObjectContext childCtx)
|
|
Object |
DomainSession.getChild(ObjectContext ctx,
String name)
|
|
|
DomainSession.getChildren(ObjectContext ctx,
Class<T> filterClass)
|
|
String |
DomainSession.getName(ObjectContext ctx)
|
|
Object |
DomainSession.getParent(ObjectContext ctx)
|
|
Object |
DomainSession.getReferenced(ObjectContext referentCtx,
String name,
LinkType linkType)
|
|
|
DomainSession.getReferents(ObjectContext referencedCtx,
String name,
Class<T> filterClass,
LinkType linkType)
|
|
Object |
MethodInvoker.invoke(ObjectContext ctx,
Method method,
Object[] args)
|
|
void |
ObjectContext.orderBefore(ObjectContext srcCtx,
ObjectContext dstCtx)
|
|
void |
DomainSession.orderBefore(ObjectContext parentCtx,
ObjectContext srcCtx,
ObjectContext dstCtx)
|
|
String |
DomainSession.persist(ObjectContext relatativeCtx,
String name,
ObjectContext siblingCtx)
|
|
String |
DomainSession.persistWithName(ObjectContext parentCtx,
String name,
ObjectContext childCtx)
|
|
String |
DomainSession.persistWithRelativePath(ObjectContext parentCtx,
String relPath,
ObjectContext childCtx)
|
|
void |
DomainSession.remove(ObjectContext context)
|
|
void |
DomainSession.removeChild(ObjectContext ctx,
String name)
|
|
void |
DomainSession.setName(ObjectContext ctx,
String name)
|
|
boolean |
DomainSession.setReferenced(ObjectContext referentCtx,
String name,
ObjectContext referencedCtx,
LinkType linkType)
|
|
| Uses of ObjectContext in org.chromattic.core.mapper |
|---|
| Methods in org.chromattic.core.mapper with parameters of type ObjectContext | |
|---|---|
Object |
TypeMapper.createObject(ObjectContext context)
|
Object |
PropertyMapper.get(ObjectContext context)
|
Object |
JCRChildNodePropertyMapper.get(ObjectContext context)
|
Object |
TypeMapper.invoke(ObjectContext ctx,
Method method,
Object[] args)
|
Object |
PropertyMapper.invoke(ObjectContext ctx,
Method method,
Object[] args)
|
Object |
MethodMapper.invoke(ObjectContext ctx,
Method method,
Object[] args)
|
Object |
MethodMapper.invoke(ObjectContext context,
Object[] args)
|
Object |
MethodMapper.Create.invoke(ObjectContext context,
Object[] args)
|
Object |
MethodMapper.FindById.invoke(ObjectContext context,
Object[] args)
|
Object |
MethodMapper.Destroy.invoke(ObjectContext context,
Object[] args)
|
void |
PropertyMapper.set(ObjectContext context,
Object value)
|
| Uses of ObjectContext in org.chromattic.core.mapper.nodeattribute |
|---|
| Methods in org.chromattic.core.mapper.nodeattribute with parameters of type ObjectContext | |
|---|---|
Object |
JCRNodeAttributePropertyMapper.get(ObjectContext context)
|
void |
JCRNodeAttributePropertyMapper.set(ObjectContext context,
Object value)
|
| Uses of ObjectContext in org.chromattic.core.mapper.onetomany.hierarchical |
|---|
| Methods in org.chromattic.core.mapper.onetomany.hierarchical with parameters of type ObjectContext | |
|---|---|
Object |
JCRAnyChildParentPropertyMapper.get(ObjectContext context)
|
void |
JCRAnyChildCollectionPropertyMapper.set(ObjectContext context,
Object value)
|
| Constructors in org.chromattic.core.mapper.onetomany.hierarchical with parameters of type ObjectContext | |
|---|---|
AnyChildMap(ObjectContext parentCtx,
Class<E> relatedClass)
|
|
| Uses of ObjectContext in org.chromattic.core.mapper.onetomany.reference |
|---|
| Methods in org.chromattic.core.mapper.onetomany.reference with parameters of type ObjectContext | |
|---|---|
Object |
JCRReferentCollectionPropertyMapper.get(ObjectContext context)
|
Object |
JCRNamedReferentPropertyMapper.get(ObjectContext context)
|
void |
JCRNamedReferentPropertyMapper.set(ObjectContext ctx,
Object value)
|
| Constructors in org.chromattic.core.mapper.onetomany.reference with parameters of type ObjectContext | |
|---|---|
ReferentCollection(ObjectContext context,
JCRReferentCollectionPropertyMapper mapper)
|
|
| Uses of ObjectContext in org.chromattic.core.mapper.onetoone.hierarchical |
|---|
| Methods in org.chromattic.core.mapper.onetoone.hierarchical with parameters of type ObjectContext | |
|---|---|
Object |
JCRNamedChildParentPropertyMapper.get(ObjectContext ctx)
|
void |
JCRNamedChildPropertyMapper.set(ObjectContext context,
Object parent)
|
void |
JCRNamedChildParentPropertyMapper.set(ObjectContext context,
Object child)
|
| Uses of ObjectContext in org.chromattic.core.mapper.property |
|---|
| Methods in org.chromattic.core.mapper.property with parameters of type ObjectContext | |
|---|---|
Object |
JCRPropertyPropertyMapper.get(ObjectContext context)
|
Object |
JCRPropertyMapPropertyMapper.get(ObjectContext context)
|
Object |
JCRPropertyListPropertyMapper.get(ObjectContext context)
|
void |
JCRPropertyPropertyMapper.set(ObjectContext context,
Object o)
|
void |
JCRPropertyListPropertyMapper.set(ObjectContext context,
Object value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||