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

Packages that use OwPropertyCollection
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.field   
com.wewebu.ow.server.history   
 

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

Fields in com.wewebu.ow.server.dmsdialogs.views declared as OwPropertyCollection
protected  OwPropertyCollection OwStandardPasteMetadataHandler.m_properties
          properties from the object
protected  OwPropertyCollection OwStandardBatchPropertiesHandler.m_properties
          properties from the object
protected  OwPropertyCollection OwObjectPropertyFormularView.m_properties
          the properties from the work item
protected  OwPropertyCollection OwObjectPropertyView.m_Properties
          properties from the object
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwPropertyCollection
protected  OwPropertyCollection OwObjectPropertyView.getFilteredClonedProperties()
           
protected  OwPropertyCollection OwObjectPropertyView.update(javax.servlet.http.HttpServletRequest request_p)
          update view from request to save the changes call save
protected  OwPropertyCollection OwObjectPropertyFormularView.update(javax.servlet.http.HttpServletRequest request_p)
          update view from request to save the changes call save
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwPropertyCollection
protected  boolean OwObjectPropertyView.save(OwPropertyCollection changedProperties_p)
          save the properties to the object
protected  boolean OwObjectPropertyFormularView.save(OwPropertyCollection changedProperties_p)
          save the properties to the object
 void OwStandardPasteMetadataHandler.setProperties(OwPropertyCollection properties_p)
           
 void OwStandardBatchPropertiesHandler.setProperties(OwPropertyCollection properties_p)
           
 void OwPasteMetadataHandler.setProperties(OwPropertyCollection properties_p)
          Set the current properties.
 void OwBatchPropertiesHandler.setProperties(OwPropertyCollection properties_p)
          Set the current properties.
 

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

Classes in com.wewebu.ow.server.ecm that implement OwPropertyCollection
 class OwStandardPropertyCollection
           Standard Implementation for the OwPropertyCollection Map Class for property maps from an object.
 

Fields in com.wewebu.ow.server.ecm declared as OwPropertyCollection
protected  OwPropertyCollection OwStandardVirtualFolderObjectFactory.m_PropertyMap
          map containing the properties of the virtual folder object
protected  OwPropertyCollection OwObjectSkeleton.m_PropertyMap
           
protected  OwPropertyCollection OwFileObject.m_PropertyMap
          map containing the properties of the file document object
 

Methods in com.wewebu.ow.server.ecm that return OwPropertyCollection
 OwPropertyCollection OwStandardVirtualFolderObjectFactory.getClonedProperties(Collection strPropertyNames_p)
          retrieve the specified properties from the object as a copy NOTE: The returned collection might contain more Properties than requested with PropertyNames_p

NOTE: if the properties where not already obtained from the archive (e.g.
 OwPropertyCollection OwStandardDecoratorObject.getClonedProperties(Collection propertyNames_p)
           
 OwPropertyCollection OwObjectSkeleton.getClonedProperties(Collection strPropertyNames_p)
          retrieve the specified properties from the object as a copy NOTE: The returned collection might contain more Properties than requested with PropertyNames_p

NOTE: if the properties where not already obtained from the archive (e.g.
 OwPropertyCollection OwObject.getClonedProperties(Collection propertyNames_p)
          retrieve the specified properties from the object as a copy NOTE: Other the getProperties, the returned collection returns exactly the requested properties

NOTE: if the properties where not already obtained from the archive (e.g.
 OwPropertyCollection OwFileObject.getClonedProperties(Collection propertyNames_p)
          retrieve the specified properties from the object as a copy NOTE: The returned collection might contain more Properties than requested with PropertyNames_p

NOTE: if the properties where not already obtained from the archive (e.g.
static OwPropertyCollection OwStandardPropertyClass.getClonedProperties(OwObject object_p, Collection propertyNames_p)
          retrieve the specified properties from the object as a copy NOTE: The returned collection contains exactly the requested propertyNames_p, or all if propertyNames_p == null

NOTE: if the properties where not already obtained from the archive (e.g.
 OwPropertyCollection OwObjectSkeleton.getEditableProperties(int iContext_p)
          filter properties, which are read only or null, or system
 OwPropertyCollection OwStandardVirtualFolderObjectFactory.getProperties(Collection propertyNames_p)
          retrieve the specified properties from the object.
 OwPropertyCollection OwStandardDecoratorObject.getProperties(Collection propertyNames_p)
           
 OwPropertyCollection OwObjectSkeleton.getProperties(Collection propertyNames_p)
          retrieve the specified properties from the object.
 OwPropertyCollection OwObject.getProperties(Collection propertyNames_p)
          retrieve the specified properties from the object.
 OwPropertyCollection OwFileObject.getProperties(Collection propertyNames_p)
          retrieve the specified properties from the object.
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwPropertyCollection
 void OwStandardVirtualFolderObjectFactory.changeClass(String strNewClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p)
          change the class of the object
 void OwStandardDecoratorObject.changeClass(String strNewClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p)
           
 void OwObjectSkeleton.changeClass(String strNewClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p)
          change the class of the object
 void OwObject.changeClass(String strNewClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p)
          change the class of the object
 void OwFileObject.changeClass(String strNewClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p)
          change the class of the object
 void OwVersion.checkin(boolean fPromote_p, Object mode_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, boolean fOverwriteContent_p, String strMimeType_p, String strMimeParameter_p)
          checkin
 void OwBatch.checkin(OwObject batchobject_p, boolean fPromote_p, Object mode_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, boolean fOverwriteContent_p, String strMimeType_p, String strMimeParameter_p)
          checkin
 String OwNetwork.createNewObject(boolean fPromote_p, Object mode_p, OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p)
          creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects
 String OwBatch.createNewObject(boolean fPromote_p, Object mode_p, OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p)
          creates a new object on the ECM System using the given parameters has additional promote and checkin mode parameters for versionable objects
 String OwNetwork.createNewObject(boolean fPromote_p, Object mode_p, OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p, boolean fKeepCheckedOut_p)
          Creates a new object on the ECM System using the given parameters.
Has additional promote and checkin mode parameters for versionable objects and the extra parameter fKeepCheckedOut_p to control whether the new objects are checked in automatically or not.
 String OwNetwork.createNewObject(OwResource resource_p, String strObjectClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwContentCollection content_p, OwObject parent_p, String strMimeType_p, String strMimeParameter_p)
          creates a new object on the ECM System using the given parameters
 String OwNetwork.createObjectCopy(OwObject obj_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p, OwObject parent_p, int[] childTypes_p)
          creates a cloned object with new properties on the ECM system copies the content as well
 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.
 void OwBatch.setProperties(OwObject batchobject_p, OwPropertyCollection properties_p, Object mode_p)
          set the properties in the object
 void OwStandardVirtualFolderObjectFactory.setProperties(OwPropertyCollection properties_p)
          set the properties in the object
 void OwStandardDecoratorObject.setProperties(OwPropertyCollection properties_p)
           
 void OwObjectSkeleton.setProperties(OwPropertyCollection properties_p)
          set the properties in the object
 void OwObject.setProperties(OwPropertyCollection properties_p)
          set the properties in the object
 void OwFileObject.setProperties(OwPropertyCollection properties_p)
          set the properties in the object
 void OwStandardVirtualFolderObjectFactory.setProperties(OwPropertyCollection properties_p, Object mode_p)
           
 void OwStandardDecoratorObject.setProperties(OwPropertyCollection properties_p, Object mode_p)
           
 void OwObjectSkeleton.setProperties(OwPropertyCollection properties_p, Object mode_p)
           
 void OwObject.setProperties(OwPropertyCollection properties_p, Object mode_p)
          set the properties in the object
 void OwFileObject.setProperties(OwPropertyCollection properties_p, Object mode_p)
           
 

Uses of OwPropertyCollection in com.wewebu.ow.server.field
 

Constructors in com.wewebu.ow.server.field with parameters of type OwPropertyCollection
OwPropertiesCollectionScope(String name_p, OwPropertyCollection propertyCollection_p)
           
 

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

Methods in com.wewebu.ow.server.history that return OwPropertyCollection
 OwPropertyCollection OwStandardHistoryPropertyChangeEvent.getAffectedNewProperties()
          return a list of the affected New properties (OwField), or null if no Properties where affected
 OwPropertyCollection OwHistoryPropertyChangeEvent.getAffectedNewProperties()
          return a list of the affected New properties (OwField), or null if no Properties where affected
 OwPropertyCollection OwStandardHistoryPropertyChangeEvent.getAffectedOldProperties()
          return a list of the affected Previous properties (OwField), or null if no Properties where affected
 OwPropertyCollection OwHistoryPropertyChangeEvent.getAffectedOldProperties()
          return a list of the affected Previous properties (OwField), or null if no Properties where affected
 OwPropertyCollection OwStandardHistoryEntry.getClonedProperties(Collection strPropertyNames_p)
           
 OwPropertyCollection OwStandardHistoryObjectCreateEvent.getProperties()
           
 OwPropertyCollection OwHistoryObjectCreateEvent.getProperties()
          return a list of the new properties (OwField), or null if no properties where used in the creation of the object
 OwPropertyCollection OwStandardHistoryEntry.getProperties(Collection propertyNames_p)
           
 

Methods in com.wewebu.ow.server.history with parameters of type OwPropertyCollection
 void OwStandardHistoryEntry.changeClass(String strNewClassName_p, OwPropertyCollection properties_p, OwPermissionCollection permissions_p)
          change the class of the object
 void OwStandardHistoryEntry.setProperties(OwPropertyCollection properties_p)
           
 void OwStandardHistoryEntry.setProperties(OwPropertyCollection properties_p, Object mode_p)
           
 

Constructors in com.wewebu.ow.server.history with parameters of type OwPropertyCollection
OwStandardHistoryObjectCreateEvent(String classname_p, String dmsid_p, OwPropertyCollection properties_p)
           
OwStandardHistoryObjectCreateEvent(String classname_p, String dmsid_p, OwPropertyCollection properties_p, OwResource resource_p, OwObject parent_p, OwPermissionCollection permissions_p)
           
OwStandardHistoryObjectCreateEvent(String classname_p, String dmsid_p, OwPropertyCollection properties_p, OwResource resource_p, OwObject parent_p, OwPermissionCollection permissions_p, Boolean promote_p, Object mode_p)
           
OwStandardHistoryPropertyChangeEvent(OwObject object_p, OwPropertyCollection newProperties_p)
          constructs a property change event class for historization if object_p was already modified, use second constructor
OwStandardHistoryPropertyChangeEvent(OwObject object_p, OwPropertyCollection oldProperties_p, OwPropertyCollection newProperties_p)
          constructs a property change event class for historization
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.