Novell exteNd
Director 5.2 API

com.sssw.cm.api
Interface EbiQueryResult

All Superinterfaces:
Cloneable, Comparable, EbiCmElement, EbiDirectoryEntry, EbiDocContent, EbiDocument, EbiElement, EbiFrameworkElement, EbiQueryResult, EbiSecurableElement, Serializable

public interface EbiQueryResult
extends EbiQueryResult, EbiDocument, EbiDocContent

Objects that implement this interface are returned by the Query Engine as part of query results for Content Management queries.


Field Summary
static String EL_QUERY_RESULT
          The element type of 'Query Result'.
 
Fields inherited from interface com.sssw.search.api.EbiQueryResult
PROP_DOC_QUICK_SUMMARY, PROP_DOC_WEIGHT, PROP_ENGINE_DOC_ID, PROP_ENGINE_DOC_REF
 
Fields inherited from interface com.sssw.cm.api.EbiDocument
COMPARE_ALL, COMPARE_MAJOR_VERS, COMPARE_MINOR_VERS, COMPARE_NAMES, COMPARE_NONE, COMPARE_PLATFORMS, DOC_PART_ALL, DOC_PART_CATEGORY_REFS, DOC_PART_CHILDREN, DOC_PART_CHILDREN_RECURSIVE, DOC_PART_CONTENT, DOC_PART_EXTN_META, DOC_PART_LAYOUT_SET, DOC_PART_LINKS, DOC_PART_META, DOC_PART_SECURITY, DOC_PART_VERSIONS, DOC_PUBSTATUS_NOT_PUBLISHED, DOC_PUBSTATUS_PUBLISHED, DOC_PUBSTATUS_UNKNOWN, DOC_PUBSTATUS_UNPUBLISHED, EL_DOCUMENT, OP_RET_FAILED_HAS_CHILDREN, OP_RET_FAILED_NOT_A_CHILD, OP_RET_SUCCESS, PROTECT, PUBLISH, READ, WRITE
 
Fields inherited from interface com.sssw.cm.api.EbiDocContent
EL_DOC_CONTENT
 
Fields inherited from interface com.sssw.cm.api.EbiDirectoryEntry
OP_ADD_LEAF_NODE
 
Fields inherited from interface com.sssw.cm.api.EbiCmElement
OP_COPY, OP_MOVE, OP_REMOVE, OP_UPDATE
 
Methods implemented from interface com.sssw.search.api.EbiQueryResult
getArrayProperty, getDateArrayProperty, getDateProperty, getDebugSummary, getIntegerArrayProperty, getIntegerProperty, getLongArrayProperty, getLongProperty, getProperties, getProperty, getTimeArrayProperty, getTimeProperty, getTimestampArrayProperty, getTimestampProperty
 
Methods implemented from interface com.sssw.cm.api.EbiDocument
addChildDocument, checkin, checkout, copy, findSimilar, getAbstract, getAllVersions, getAuthor, getCategoryReferences, getContent, getDateCreated, getDocTypeID, getDocTypeName, getDocumentType, getEncoding, getExpirationDate, getExtnMeta, getExtnMetaInfo, getFieldValues, getFolder, getFolderID, getID, getLatestVersion, getLayout, getLayoutSet, getLink, getLinkChildren, getLinkParents, getLinks, getLockedBy, getMimeType, getParentDocID, getParentDocument, getPublishDate, getPublishStatus, getSize, getStatus, getSubtitle, getTitle, getUpdateTime, getVersion, isInCategory, linkTo, move, move, orphanChildren, publishVersion, removeChildDocument, removeLayoutSet, removeLink, rollback, setAbstract, setAllFieldValues, setAuthor, setDateCreated, setDocTypeID, setExpirationDate, setExtnMeta, setExtnMetaInfo, setFieldValues, setFolderID, setLockedBy, setParentDocID, setPublishDate, setPublishStatus, setStatus, setSubtitle, setTitle, setUpdateTime, uncheckout, unlinkAll, unlock, unpublish, update, updateLayoutSet, updateLink
 
Methods implemented from interface com.sssw.cm.api.EbiDocContent
getData, getDataAsStream, getDocumentID, getRepositoryID, getUUID, getVersionID, setData, setData, setDocumentID, setEncoding, setLastModified, setMimeType, setSize, setUUID, setUUID, setVersionID
 
Methods implemented from interface com.sssw.cm.api.EbiDirectoryEntry
exists, getChildren, getContentManager, getKey, getName, getParentDirectory, getURL, getURLDontThrow, hasChildren, hasNameChanged, isChildOf, isDescendantOf, isDescendantOf, isDirectory, isInDefaultRepository, isInSystemRepository, remove, removeChildren, setID, setID, setName, setRepositoryID, update
 
Methods implemented from interface com.sssw.fw.api.EbiSecurableElement
getAcl, getObjectID, isUserAuthorized, removeAcl, setAcl
 
Methods implemented from interface java.lang.Comparable
compareTo
 

Field Detail

EL_QUERY_RESULT

public static final String EL_QUERY_RESULT
The element type of 'Query Result'.

Novell exteNd
Director 5.2 API