Uses of Class
okapi.coreobjects.OkapiArc

Packages that use OkapiArc
okapi.coreobjects   
okapi.tools   
okapi.util   
 

Uses of OkapiArc in okapi.coreobjects
 

Methods in okapi.coreobjects that return OkapiArc
 OkapiArc OkapiArc.getArc(java.util.List filePathVector)
          Return a OkapiArc for the specified path, or null.
 OkapiArc OkapiArc.getArc(java.util.List filePathVector, OkapiUser user)
          Return a OkapiArc for the specified path, or null.
 OkapiArc OkapiArc.getArc(java.lang.String filePath)
          Method getArc
 OkapiArc OkapiArc.getArc(java.lang.String filePath, OkapiUser user)
          Method getArc
 

Methods in okapi.coreobjects with parameters of type OkapiArc
 void OkapiArc.addArc(java.lang.String filePath, OkapiArc content)
          Add content of type Arc and add it to the end of the ordering.
 void OkapiNexus.addArc(java.lang.String path, OkapiArc arc)
          Add Arc to Nexus at a specified path from the Nexus.
 void OkapiArc.addArcUnordered(java.lang.String filePath, OkapiArc content)
          Deprecated. not used
static java.util.List OkapiNexus.nexusesForArc(OkapiArc arc)
          Return a List of all Nexuses the Arc is in.
 void OkapiNexus.removeArc(java.lang.String path, OkapiArc arc)
          Remove Arc from Nexus
 

Uses of OkapiArc in okapi.tools
 

Methods in okapi.tools that return OkapiArc
 OkapiArc OkapiEditAnnouncementM.createAnnouncementArc(java.util.Date startDate, OkapiUser originator, java.lang.String longName, java.lang.String text, boolean textIsXml, boolean wysiwygUsed, OkapiToolErrorList errors, OkapiToolWarningList warnings)
          Creates a new announcement arc, adding any errors to errors.
 OkapiArc OkapiEditEventM.createEventArc(java.util.Date startDate, java.util.Date endDate, OkapiUser originator, java.lang.String longName, java.lang.String text, boolean wysiwygUsed, OkapiToolErrorList errors, OkapiToolWarningList warnings)
          Creates a new event arc, adding any errors to errors.
static OkapiArc OkapiToolUtilities.getArc(OkapiNexus nexus, java.lang.String[] path)
          Returns the arc at the specified path within the specified nexus, or null if there is no such arc.
 

Methods in okapi.tools with parameters of type OkapiArc
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, boolean includeContent, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody)
          Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody); but adds option to exclude content.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, boolean includeContent, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody, boolean includeBodyEscapedXml, boolean includeCreationDate, java.util.List timezones, java.util.Date firstDateWithContent, java.util.Date lastDateWithContent)
          Same as addArc(xml, arc, true, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml, false, timezones, firstDateWithContent, lastDateWithContent) but also adds includeCreationDate if creation date of Arc and Content should be included.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, boolean includeContent, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody, boolean includeBodyEscapedXml, boolean includeCreationDate, java.util.List timezones, java.util.Date firstDateWithContent, java.util.Date lastDateWithContent, java.util.SortedSet allDatesWithContent)
          Same as addArc(xml, arc, true, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml, includeCreationDate, false, timezones, firstDateWithContent, lastDateWithContent) but also adds allDatesWithContent set.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, boolean includeContent, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody, boolean includeBodyEscapedXml, java.util.List timezones, java.util.Date firstDateWithContent, java.util.Date lastDateWithContent)
          Same as addArc(xml, arc, includeContent, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml) but also adds onDateZoned elements for each arc based on the list of timezones and sets firstDateWithContent and lastDateWithContent to the first and last start dates of the arc and its children, for use in calendar tools.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody)
          Adds an arc and all of its content and arc children to the xml document.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody, boolean includeBodyEscapedXml)
          Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody) but also adds the body of content atoms as escaped XML even if the body is XML, to facilitate editing of the content atom body.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody, boolean includeBodyEscapedXml, java.util.List timezones, java.util.Date firstDateWithContent, java.util.Date lastDateWithContent)
          Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody, includeBodyEscapedXml) but also adds onDateZoned elements for each arc based on the list of timezones and sets firstDateWithContent and lastDateWithContent to the first and last start dates of the arc and its children, for use in calendar tools.
static void OkapiToolUtilities.addArc(OkapiXMLDocument xml, OkapiArc arc, java.lang.String pathToParent, java.lang.String pathSegment, OkapiUser user, boolean includeBody, java.util.List timezones, java.util.Date firstDateWithContent, java.util.Date lastDateWithContent)
          Same as addArc(xml, arc, pathToParent, pathSegment, user, includeBody) but also adds onDateZoned elements for each arc based on the list of timezones and sets firstDateWithContent and lastDateWithContent to the first and last start dates of the arc and its children, for use in calendar tools.
 

Uses of OkapiArc in okapi.util
 

Methods in okapi.util with parameters of type OkapiArc
 boolean OkapiSearchUtils.Searcher.doUpdate(OkapiArc arc, java.lang.String nexusPath, java.lang.String arcPath, boolean delete)
          doUpdate -- NOT TESTED Adds, updates, or deletes the arc's index entry in the current working index.
 



Copyright ? 2001-2009 MIT. All Rights Reserved.