|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OkapiContent | |
---|---|
okapi.coreobjects | |
okapi.tools |
Uses of OkapiContent in okapi.coreobjects |
---|
Methods in okapi.coreobjects that return OkapiContent | |
---|---|
OkapiContent |
OkapiContent.getContent(java.util.List filePathVector)
Return a OkapiContent for the specified path, or null. |
OkapiContent |
OkapiArc.getContent(java.util.List filePathVector)
Return a OkapiContent for the specified path which leads to an OkapiStore, or null. |
OkapiContent |
OkapiContent.getContent(java.util.List filePathVector,
OkapiUser user)
Return a OkapiContent for the specified path, or null, or throw a okapi.util.OkapiPermissionDenied exception. |
OkapiContent |
OkapiArc.getContent(java.util.List filePathVector,
OkapiUser user)
Return a OkapiContent for the specified path which leads to an OkapiStore, or null. |
OkapiContent |
OkapiContent.getContent(java.lang.String filePath)
Return a OkapiContent for the specified path, or null. |
Methods in okapi.coreobjects with parameters of type OkapiContent | |
---|---|
void |
OkapiContent.addContent(java.lang.String filePath,
OkapiContent content)
Add content of type Content and add it to the end of the ordering. |
void |
OkapiArc.addContent(java.lang.String filePath,
OkapiContent content)
Add reusable content Contents to the Arc container and add it to the end of the ordering. |
void |
OkapiContent.addContentUnordered(java.lang.String filePath,
OkapiContent content)
Deprecated. not used |
void |
OkapiArc.addContentUnordered(java.lang.String filePath,
OkapiContent content)
Deprecated. not used |
Uses of OkapiContent in okapi.tools |
---|
Methods in okapi.tools that return OkapiContent | |
---|---|
static OkapiContent |
OkapiToolUtilities.getContent(java.util.List pathVector,
java.lang.String pathSegment,
javax.servlet.http.HttpServletRequest request,
OkapiNexus thisNexus)
Finds the content located in the last nexus in this nexusHistory at the arc indicated by pathSegment at the path indicated by pathVector. |
Methods in okapi.tools with parameters of type OkapiContent | |
---|---|
static void |
OkapiToolUtilities.addContent(OkapiXMLDocument xml,
OkapiContent content,
java.lang.String pathToParent,
java.lang.String pathSegment,
OkapiUser user,
boolean includeBody,
boolean includeBodyEscapedXml,
boolean includeCreationDate)
Adds a content and its children and atoms to the xml document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |