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

Packages that use OwObjectClass
com.wewebu.ow.server.dmsdialogs   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.history   
com.wewebu.ow.server.historyimpl.simplehistory   
 

Uses of OwObjectClass in com.wewebu.ow.server.dmsdialogs
 

Fields in com.wewebu.ow.server.dmsdialogs declared as OwObjectClass
protected  OwObjectClass OwCreateObjectFormularDialog.m_folderClass
          class to use for new folder
protected  OwObjectClass OwCreateObjectDialog.m_folderClass
          class to use for new folder
 

Methods in com.wewebu.ow.server.dmsdialogs with parameters of type OwObjectClass
 void OwCreateObjectDialog.onObjectClassViewSelectClass(OwObjectClass classDescription_p, String strPath_p)
          event called when user selects a class
 

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

Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwObjectClass
protected  OwObjectClass OwObjectClassPreviewView.m_ObjectClass
          the object class description to preview
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwObjectClass
protected  OwObjectClass OwTypedLinksView.getLinkClass(OwObject object)
           
 OwObjectClass OwObjectClassProcessor.process(OwObjectClass objCls, OwLocation location, OwAppContext ctx)
          Processing of object class based on configuration or type of current processor.
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwObjectClass
 void OwObjectClassView.navigateToClass(OwObjectClass objectClass_p)
          navigates to the given class object NOTE: the tree must have been initialized with navigateClasses already.
 void OwObjectClassTreeView.navigateToClass(OwObjectClass objectClass_p)
          navigates to the given class object NOTE: the tree must have been initialized with navigateClasses already.
 void OwObjectClassView.OwObjectClassViewListner.onObjectClassViewSelectClass(OwObjectClass classDescription_p, String strPath_p)
          event called when user selects a class
 OwObjectClass OwObjectClassProcessor.process(OwObjectClass objCls, OwLocation location, OwAppContext ctx)
          Processing of object class based on configuration or type of current processor.
 void OwObjectClassPreviewView.setObjectClass(OwObjectClass objectClass_p)
          set the object class description to preview
 

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

Classes in com.wewebu.ow.server.ecm that implement OwObjectClass
static class OwFileObject.OwFileObjectClass
           File documents class definition for the OwFileDocument Object.
 class OwStandardObjectClass
           Class descriptions are defined by the ECM System, the contain information about the object type.

To be implemented with the specific ECM system.
static class OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass
           ObjectClass of virtual folder.
 

Fields in com.wewebu.ow.server.ecm declared as OwObjectClass
protected  OwObjectClass OwObjectSkeleton.m_ClassDescription
          reference to the class description
protected  OwObjectClass OwStandardObjectClass.m_parent
          the parent class of this class
 

Methods in com.wewebu.ow.server.ecm that return OwObjectClass
 OwObjectClass OwStandardVirtualFolderObjectFactory.getObjectClass()
          get the class description of the object, the class descriptions are defined by the ECM System
 OwObjectClass OwStandardDecoratorObject.getObjectClass()
           
 OwObjectClass OwObjectSkeleton.getObjectClass()
          get the class description of the object, the class descriptions are defined by the ECM System
 OwObjectClass OwObject.getObjectClass()
          get the class description of the object, the class descriptions are defined by the ECM System
 OwObjectClass OwFileObject.getObjectClass()
          get the class description of the object, the class descriptions are defined by the ECM System
 OwObjectClass OwRepository.getObjectClass(String strClassName_p, OwResource resource_p)
          get a Property class description of the available object class descriptions
 OwObjectClass OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass.getParent()
          get the parent class of this class
 OwObjectClass OwStandardObjectClass.getParent()
          get the parent class of this class
 OwObjectClass OwObjectClass.getParent()
          get the parent class of this class
 OwObjectClass OwFileObject.OwFileObjectClass.getParent()
          get the parent class of this class if we deal with a class tree
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwObjectClass
protected  boolean OwStandardVirtualFolderObjectFactory.compatibleObjectClasses(OwClass classInfo_p, OwObjectClass objectClass_p)
          (overridable) Checks whether two given class descriptions (an OwClass and an OwObjectClass) are compatible in the context of this virtual folder.
 OwObjectSkeleton OwNetwork.createObjectSkeleton(OwObjectClass objectclass_p, OwResource resource_p)
          creates a new empty object which can be used to set properties and then submitted to the createNewObject function
 void OwVirtualFolderObject.setFiledObjectProperties(OwObjectClass objectClass_p, OwPropertyCollection properties_p)
          modify the properties of an object to meet the criteria list of this virtual folders search template This method is used to add documents to a virtual folder.
 void OwStandardVirtualFolderObjectFactory.setFiledObjectProperties(OwObjectClass objectClass_p, OwPropertyCollection properties_p)
          modify the properties of an object to meet the criteria list of this virtual folders search template This method is used to add documents to a virtual folder.
 

Constructors in com.wewebu.ow.server.ecm with parameters of type OwObjectClass
OwObjectSkeleton(OwNetwork network_p, OwObjectClass objectClass_p)
          construct An Empty Object
OwObjectSkeleton(OwNetwork network_p, OwObjectClass objectClass_p, OwXMLUtil overrideDefaultValuesConfig_p)
          construct An Empty Object
 

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

Classes in com.wewebu.ow.server.history that implement OwObjectClass
static class OwSessionHistoryEntry.OwSessionHistoryEntryObjectClass
           Object class description of history entry.
static class OwStandardHistoryEntry.OwStandardHistoryEntryObjectClass
           Object class description of history entry.
 

Methods in com.wewebu.ow.server.history that return OwObjectClass
 OwObjectClass OwStandardHistoryEntry.getObjectClass()
           
 OwObjectClass OwSessionHistoryEntry.getObjectClass()
           
static OwObjectClass OwStandardHistoryEntry.getStaticObjectClass()
           
static OwObjectClass OwSessionHistoryEntry.getStaticObjectClass()
          Get Object class
 

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

Methods in com.wewebu.ow.server.historyimpl.simplehistory that return OwObjectClass
 OwObjectClass OwSimpleHistoryManager.getObjectClass(String strClassName_p, OwResource resource_p)
          get a Property class description of the available object class descriptions
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.