Uses of Interface
com.wewebu.ow.server.ecm.OwObjectReference

Packages that use OwObjectReference
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecm.bpm   
com.wewebu.ow.server.fieldctrlimpl   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
com.wewebu.ow.server.settingsimpl   
 

Uses of OwObjectReference in com.wewebu.ow.server.app
 

Methods in com.wewebu.ow.server.app with parameters of type OwObjectReference
protected  StringBuffer OwMimeManager.createIconLink(OwObjectReference obj_p)
          Create the icon link for the given object
protected  String OwMimeManager.createLinkUrl(String eventName_p, OwObjectReference obj_p, String subpath_p)
          create the URL of the given event and the additional parameter
protected static void OwMimeManager.delegateToMasterPlugin(OwMainAppContext context_p, OwMasterDocument masterPlugin_p, OwObjectReference obj_p, String subpath_p)
          overridable handler function
static OwMimeManager.OwOpenCommand OwMimeManager.editObject(OwMainAppContext context_p, OwObjectReference obj_p)
          Creates an OwOpenCommand handling the <editservlet> tag from MIME node, if it exist or else an OwInvalidOperationException is thrown.
static OwMimeManager.OwOpenCommand OwMimeManager.editObject(OwMainAppContext context_p, OwObjectReference obj_p, int page_p)
          Creates an OwOpenCommand handling the <editservlet> tag from MIME node, if it exist or else an OwInvalidOperationException is thrown.
static OwMimeManager.OwOpenCommand OwMimeManager.editObject(OwMainAppContext context_p, OwObjectReference obj_p, String additionalParams_p, int page_p)
          Creates an OwOpenCommand handling the <editservlet> tag from MIME node, if it exist or else an OwInvalidOperationException is thrown.
static OwMimeManager.OwOpenCommand OwMimeManager.editObject(OwMainAppContext context_p, OwObjectReference obj_p, String mimeContext_p, String additionalParams_p, int page_p)
          Creates an OwOpenCommand handling the <editservlet> tag from MIME node, if it exist or else an OwInvalidOperationException is thrown.
protected static String OwMimeManager.getDefaultDownloadURL(OwMainAppContext context_p, OwObjectReference obj_p, int iContentType_p, int iPage_p)
          create a default download URL where the content of the specified object, contenttype and page can be found
static String OwMimeManager.getDownloadLink(OwMainAppContext context_p, String strDisplayName_p, OwObjectReference obj_p)
          get a link to save/download the given OwObjectReference to the local hard drive
static String OwMimeManager.getDownloadURL(OwMainAppContext context_p, OwObjectReference obj_p, int iContentType_p, int iPage_p)
          create a download URL where the content of the specified object, contenttype and page can be found
static String OwMimeManager.getDownloadURL(OwMainAppContext context_p, OwObjectReference obj_p, int iContentType_p, int iPage_p, OwXMLUtil mimeNode_p)
          create a download URL where the content of the specified object, contenttype and page can be found
static OwDocumentFunction OwMimeManager.getHandlerDocumentPlugin(OwMainAppContext context_p, OwObjectReference obj_p)
          get the handler document plugin for the given object reference if defined.
static OwMasterDocument OwMimeManager.getHandlerMasterPlugin(OwMainAppContext context_p, OwObjectReference obj_p)
          get the handler master plugin for the given object reference if defined.
static String OwMimeManager.getMimeIcon(OwMainAppContext context_p, OwObjectReference obj_p)
          get the icon path for the mimetype
static OwXMLUtil OwMimeManager.getMimeNode(OwConfiguration configuration_p, OwObjectReference obj_p)
          get the MIME info node from the MIME table for the requested object
static OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p)
          Create URL or script command to open the object according to MIME settings.
static OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String additionalParams_p)
          Create an URL or script to open the object according to MIME settings.
static OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String additionalParams_p, int page_p)
          Create an URL or script to open the referenced object, according to the defined MIME settings.
static OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String mimeContext_p, String additionalParams_p)
          Create an URL or script to open the object according to MIME settings.
static OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String mimeContext_p, String additionalParams_p, int page_p)
          Create an URL or script to open the referenced object, according to the defined MIME settings.
 OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwObjectReference obj_p)
          Create URL or script command to open the object according to MIME settings.
 OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwObjectReference obj_p, String additionalParams_p)
          Create an URL or script using current instance of OwMimeManager.
 OwMimeManager.OwOpenCommand OwMimeManager.getOpenCommand(OwObjectReference obj_p, String additionalParams_p, int page_p)
          Create an URL or script using current instance of OwMimeManager.
protected abstract  String OwMimeManager.OwReplaceScanner.getReplacement(OwMainAppContext context_p, OwObjectReference obj_p, OwXMLUtil mimeNode_p)
          override with your replacement function
static String OwMimeManager.getSaveDownloadURL(OwMainAppContext context_p, OwObjectReference obj_p)
          get a URL to save / download the given OwObjectReference to the local hard drive
protected static String OwMimeManager.getServletReplacedTokenString(String servletURL_p, OwMainAppContext currentContext_p, OwObjectReference obj_p, OwXMLUtil mimeNode_p, int page_p)
          Calls the OwMimeManager.getServletReplacedTokenString(String, OwMainAppContext, OwObjectReference, OwXMLUtil, int, int) method with following parameters
protected static String OwMimeManager.getServletReplacedTokenString(String servletURL_p, OwMainAppContext currentContext_p, OwObjectReference obj_p, OwXMLUtil mimeNode_p, int page_p, int contentType_p)
          This method is a Helper and replace the most used placeholder in a URL string.
 void OwMimeManager.insertHtmlLink(Writer w_p, String strHtmlCode_p, OwObjectReference obj_p, String subpath_p)
          insert a hyperlink wrapped around arbitrary HTML code to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertHtmlLink(Writer w_p, String strHtmlCode_p, OwObjectReference obj_p, String subpath_p, int page_p)
          insert a hyperlink wrapped around arbitrary HTML code to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertIconLink(Writer w_p, OwObjectReference obj_p)
          insert a icon object hyperlink to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertIconLink(Writer w_p, OwObjectReference obj_p, String subpath_p)
          insert a icon object hyperlink to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertIconLink(Writer w_p, OwObjectReference obj_p, String subpath_p, int page_p)
          insert a icon object hyperlink to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertTextLink(Writer w_p, String strDisplayName_p, OwObjectReference obj_p)
          insert a text object hyperlink to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertTextLink(Writer w_p, String strDisplayName_p, OwObjectReference obj_p, String subpath_p)
          insert a text object hyperlink to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
 void OwMimeManager.insertTextLink(Writer w_p, String strDisplayName_p, OwObjectReference obj_p, String subpath_p, int page_p)
          insert a text object hyperlink to download or open a OwObjectReference in a viewer This function is useful for objects listed by OwObjectCollection
static boolean OwMimeManager.isObjectDownloadable(OwMainAppContext context_p, OwObjectReference obj_p)
          check if given object can be downloaded to hard drive
static boolean OwMimeManager.isObjectDownloadable(OwMainAppContext context_p, OwObjectReference obj_p, String mimeContext_p)
          check if given object can be downloaded to hard drive
static void OwMimeManager.openObject(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p)
          open the given object according to MIME settings
static void OwMimeManager.openObject(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p, int iPage_p, OwWindowPositions windowpos_p, Collection objects_p)
          open the given object according to MIME settings
static void OwMimeManager.openObject(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p, int iPage_p, OwWindowPositions windowpos_p, Collection objects_p, String additionalParams_p)
          open the given object according to the MIME settings, and add also the additional params to the caller URL.
static void OwMimeManager.openObject(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p, int iPage_p, OwWindowPositions windowpos_p, Collection objects_p, String additionalParams_p, String mimeContext_p)
          open the given object according to the MIME settings, and add also the additional params to the caller URL.
static void OwMimeManager.openObject(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p, String mimeContext_p)
          open the given object according to MIME settings
static void OwMimeManager.openObjectPreview(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p)
          open the given object according to MIME settings
static void OwMimeManager.openObjectPreview(OwMainAppContext context_p, OwObjectReference obj_p, OwObject parent_p, int iViewerMode_p, OwClientRefreshContext refreshCtx_p, int iPage_p, OwWindowPositions windowpos_p, Collection objects_p)
          open the given object according to MIME settings
protected  void OwMimeManager.registerObject(OwObjectReference obj_p)
          register a object to find it later in the events
 String OwMimeManager.OwReplaceScanner.replace(OwMainAppContext context_p, OwObjectReference obj_p, String strIn_p, String strPattern_p, OwXMLUtil mimeNode_p)
          replace a string with the token from the overridden getReplacement method
protected static String OwMimeManager.replaceProperties(OwMainAppContext context_p, String strIn_p, OwObjectReference obj_p)
          replace a object property placeholder
 

Constructors in com.wewebu.ow.server.app with parameters of type OwObjectReference
OwMimeManager.OwOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String additionalParams_p)
           
OwMimeManager.OwOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String additionalParams_p, int page_p)
           
OwMimeManager.OwOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String mimeContext_p, String additionalParams_p, int page_p)
           
OwMimeManager.OwOpenCommand(OwMainAppContext context_p, OwObjectReference obj_p, String mimeContext_p, String additionalParams_p, int page_p, boolean handleEditTag_p)
           
OwMimeManager.OwOpenCommand(OwMimeManager mimemanager_p, OwObjectReference obj_p, String additionalParams_p)
           
OwMimeManager.OwOpenCommand(OwMimeManager mimemanager_p, OwObjectReference obj_p, String additionalParams_p, int page_p)
           
OwMimeManager.OwOpenCommand(OwMimeManager mimemanager_p, OwObjectReference obj_p, String additionalParams_p, int page_p, boolean handleEditTag_p)
           
 

Uses of OwObjectReference in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwObjectReference
protected static String OwObjectListViewThumbnails.replaceProperties(OwMainAppContext context_p, String strIn_p, OwObjectReference obj_p)
          replace a object property placeholder
 

Uses of OwObjectReference in com.wewebu.ow.server.ecm
 

Subinterfaces of OwObjectReference in com.wewebu.ow.server.ecm
 interface OwObject
           Base interface for all ECM objects.
 interface OwObjectLink
           OwObjectLink representation of association/relationship.
 interface OwSemiVirtualFolder
           Semi-virtual-folder object adapter interface.
 interface OwUnresolvedReference
           Base interface for unresolved ECM Objects.
 interface OwVirtualFolderObject
           Base Class for virtual folder objects.
 

Classes in com.wewebu.ow.server.ecm that implement OwObjectReference
 class OwFileObject
           Implements OwObject for files on the files system.
 class OwObjectSkeleton
           OwObject implementation to be used for new objects.

To be implemented with the specific ECM system.
 class OwStandardDecoratorObject
           OwObject wrapper to implement a decorator pattern.
 class OwStandardObjectReference
           Standard implementation of the OwObjectReference interface.
 class OwStandardUnresolvedReference
           Base interface for unresolved ECM Objects.
 class OwStandardVirtualFolderObjectFactory
           Base Class for virtual folder objects.
Folder Objects can contain other objects like documents and sub folders.
 

Methods in com.wewebu.ow.server.ecm that return OwObjectReference
 OwObjectReference OwObjectLink.getSource()
          Get object which is the source.
 OwObjectReference OwObjectLink.getTarget()
          Get object which is the target.
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwObjectReference
static String OwStandardObjectReference.getCompleteReferenceString(OwObjectReference obj_p, int iContext_p)
          get a reference string that can be used for serialization, with all ref information
static String OwStandardObjectReference.getReferenceString(OwObjectReference obj_p, int iContext_p)
          get a short reference string without DMSID that can be used for serialization
 

Uses of OwObjectReference in com.wewebu.ow.server.ecm.bpm
 

Subinterfaces of OwObjectReference in com.wewebu.ow.server.ecm.bpm
 interface OwWorkitem
           Base interface for Workitem containers, or BPM Queues.

To be implemented with the specific BPM system.
 interface OwWorkitemContainer
           Base interface for Workitem containers, or BPM Queues.

To be implemented with the specific BPM system.
 

Methods in com.wewebu.ow.server.ecm.bpm that return OwObjectReference
 OwObjectReference OwCaseObject.getWorkitem(int iIndex_p)
          get the corresponding work item reference for the case object
 

Uses of OwObjectReference in com.wewebu.ow.server.fieldctrlimpl
 

Methods in com.wewebu.ow.server.fieldctrlimpl with parameters of type OwObjectReference
protected  void OwFieldManagerControlObject.renderObjectReferenceLink(Writer w_p, OwFieldDefinition fieldDef_p, OwObjectReference obj_p, String strID_p, boolean fEdit_p)
          insert a link for OwObject values
protected  void OwFieldManagerControlObject.renderObjectReferenceLinkInternal(Writer w_p, OwFieldDefinition fieldDef_p, OwObjectReference obj_p, String strID_p, boolean fEdit_p)
          insert a link for OwObject values
 

Uses of OwObjectReference in com.wewebu.ow.server.history
 

Subinterfaces of OwObjectReference in com.wewebu.ow.server.history
 interface OwHistoryEntry
           Interface for history entries used with the history manager to display the history events.

To be implemented with the specific ECM system.
 

Classes in com.wewebu.ow.server.history that implement OwObjectReference
 class OwSessionHistoryEntry
           History entry for in memory stored events.
 class OwStandardHistoryEntry
           Standard implementation of the OwHistoryEntry interface.
 

Methods in com.wewebu.ow.server.history that return OwObjectReference
 OwObjectReference OwStandardHistoryPropertyChangeEvent.getAffectedObject()
          return a the affected OwObjectReference, or null if no object was affected
 OwObjectReference OwStandardHistoryAnnotationEvent.getAffectedObject()
          return a the affected OwObjectReference
 OwObjectReference OwHistoryPropertyChangeEvent.getAffectedObject()
          return a the affected OwObjectReference, or null if no object was affected
 OwObjectReference OwHistoryAnnotationEvent.getAffectedObject()
          return the affected OwObjectReference
 OwObjectReference OwStandardHistoryObjectDeleteEvent.getParent()
           
 OwObjectReference OwStandardHistoryObjectChangeEvent.getParent()
          return the parent or root object, or null if no parent / root exists
 OwObjectReference OwHistoryObjectDeleteEvent.getParent()
          return the parent or root object, or null if no parent / root exists
 OwObjectReference OwHistoryObjectChangeEvent.getParent()
          return the parent or root object, or null if no parent / root exists
 

Methods in com.wewebu.ow.server.history with parameters of type OwObjectReference
 OwObjectCollection OwStandardHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int maxSize_p)
          Search for in memory history entries.
 OwObjectCollection OwHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int iMaxSize_p)
          search for entries in the database for a specific ECM object
 

Constructors in com.wewebu.ow.server.history with parameters of type OwObjectReference
OwSessionHistoryEntry(OwHistoryManagerContext context_p, Date time_p, String id_p, int type_p, int status_p, String strSummary_p, String strUser_p, OwObjectReference parent_p, Collection objects_p)
          construct a history entry for object modifying events
OwSessionHistoryEntry(OwHistoryManagerContext context_p, Date time_p, String id_p, int type_p, int status_p, String strSummary_p, String strUser_p, OwObjectReference object_p, OwFieldDefinitionProvider fielddefinitionprovider_p, String resource_p, Collection propertycardinalitiesandnames_p, Collection oldProperties_p, Collection newProperties_p)
          construct a history entry for property modifying events
OwStandardHistoryAnnotationEvent(OwObjectReference object_p, int iChangeType_p, String sText_p, String sAnnotationType_p, String sID_p)
          constructs a annotation changed event
OwStandardHistoryEntry(OwHistoryManagerContext context_p, Date time_p, String id_p, int iType_p, int iStatus_p, String strSummary_p, String strUser_p, OwObjectReference parent_p, Collection objects_p)
          construct a history entry for object modifying events
OwStandardHistoryEntry(OwHistoryManagerContext context_p, Date time_p, String id_p, int iType_p, int iStatus_p, String strSummary_p, String strUser_p, OwObjectReference object_p, OwFieldDefinitionProvider fielddefinitionprovider_p, String sResource_p, Collection propertycardinalitiesandnames_p, Collection oldProperties_p, Collection newProperties_p)
          construct a history entry for property modifying events
OwStandardHistoryObjectChangeEvent(Collection objects_p, OwObjectReference parent_p)
          construct a history object change event with a list of objects and parent / root
OwStandardHistoryObjectChangeEvent(OwObjectReference object_p, OwObjectReference parent_p)
          construct a history object change event with one object and parent / root
OwStandardHistoryObjectDeleteEvent(Collection objectnames_p, OwObjectReference parent_p)
          construct a history object change event with a list of objects and parent / root
OwStandardHistoryObjectDeleteEvent(String name_p, OwObjectReference parent_p)
          construct a history object delete event with one object and parent / root
 

Uses of OwObjectReference in com.wewebu.ow.server.historyimpl.simplehistory
 

Methods in com.wewebu.ow.server.historyimpl.simplehistory with parameters of type OwObjectReference
 OwObjectCollection OwSimpleHistoryManager.doObjectSearch(OwObjectReference object_p, OwSearchNode filterCriteria_p, OwSort sortCriteria_p, Collection propertyNames_p, int[] includeSubObjectTypes_p, int iMaxSize_p)
          search for entries in the database for a specific ECM object
 

Uses of OwObjectReference in com.wewebu.ow.server.settingsimpl
 

Classes in com.wewebu.ow.server.settingsimpl that implement OwObjectReference
static class OwSettingsPropertyObject.OwObjectEntry
           Class defining a single object reference instance.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.