Package | Description |
---|---|
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.field | |
com.wewebu.ow.server.history |
Modifier and Type | Field and Description |
---|---|
protected OwPropertyCollection |
OwObjectPropertyFormularView.m_properties
the properties from the work item
|
protected OwPropertyCollection |
OwStandardBatchPropertiesHandler.m_properties
properties from the object
|
protected OwPropertyCollection |
OwStandardPasteMetadataHandler.m_properties
properties from the object
|
protected OwPropertyCollection |
OwObjectPropertyView.m_Properties
properties from the object
Do NOT access it directly use OwObjectPropertyView.getFilteredClonedProperties() instead |
Modifier and Type | Method and Description |
---|---|
protected OwPropertyCollection |
OwObjectPropertyView.getFilteredClonedProperties()
Get a property collection which is based on defined
OwObjectPropertyView.getPropertyListConfiguration() |
protected OwPropertyCollection |
OwObjectPropertyFormularView.update(javax.servlet.http.HttpServletRequest request_p)
update view from request
to save the changes call save
|
protected OwPropertyCollection |
OwObjectPropertyView.update(javax.servlet.http.HttpServletRequest request_p)
update view from request
to save the changes call save
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
OwObjectPropertyFormularView.save(OwPropertyCollection changedProperties_p)
save the properties to the object
|
protected boolean |
OwObjectPropertyView.save(OwPropertyCollection changedProperties_p)
save the properties to the object
|
void |
OwBatchPropertiesHandler.setProperties(OwPropertyCollection properties_p)
Set the current properties.
|
void |
OwStandardBatchPropertiesHandler.setProperties(OwPropertyCollection properties_p) |
void |
OwPasteMetadataHandler.setProperties(OwPropertyCollection properties_p)
Set the current properties.
|
void |
OwStandardPasteMetadataHandler.setProperties(OwPropertyCollection properties_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwStandardPropertyCollection
Standard Implementation for the OwPropertyCollection Map Class for property maps from an object.
|
Modifier and Type | Field and Description |
---|---|
protected OwPropertyCollection |
OwFileObject.m_PropertyMap
map containing the properties of the file document object
|
protected OwPropertyCollection |
OwObjectSkeleton.m_PropertyMap |
protected OwPropertyCollection |
OwStandardVirtualFolderObjectFactory.m_PropertyMap
map containing the properties of the virtual folder object
|
Modifier and Type | Method and Description |
---|---|
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. |
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 |
OwStandardDecoratorObject.getClonedProperties(Collection propertyNames_p) |
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. |
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 |
OwFileObject.getProperties(Collection propertyNames_p)
retrieve the specified properties from the object.
|
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 |
OwStandardDecoratorObject.getProperties(Collection propertyNames_p) |
OwPropertyCollection |
OwStandardVirtualFolderObjectFactory.getProperties(Collection propertyNames_p)
retrieve the specified properties from the object.
|
Modifier and Type | Method and Description |
---|---|
void |
OwFileObject.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p)
change the class of the object
|
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 |
OwStandardDecoratorObject.changeClass(String strNewClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p) |
void |
OwStandardVirtualFolderObjectFactory.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 |
OwFileObject.setProperties(OwPropertyCollection properties_p)
set the properties in the object
|
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 |
OwStandardDecoratorObject.setProperties(OwPropertyCollection properties_p) |
void |
OwStandardVirtualFolderObjectFactory.setProperties(OwPropertyCollection properties_p)
set the properties in the object
|
void |
OwFileObject.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 |
OwStandardDecoratorObject.setProperties(OwPropertyCollection properties_p,
Object mode_p) |
void |
OwStandardVirtualFolderObjectFactory.setProperties(OwPropertyCollection properties_p,
Object mode_p) |
Constructor and Description |
---|
OwPropertiesCollectionScope(String name_p,
OwPropertyCollection propertyCollection_p) |
Modifier and Type | Method and Description |
---|---|
OwPropertyCollection |
OwHistoryPropertyChangeEvent.getAffectedNewProperties()
return a list of the affected New properties (OwField), or null if no Properties where affected
|
OwPropertyCollection |
OwStandardHistoryPropertyChangeEvent.getAffectedNewProperties()
return a list of the affected New 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 |
OwStandardHistoryPropertyChangeEvent.getAffectedOldProperties()
return a list of the affected Previous properties (OwField), or null if no Properties where affected
|
OwPropertyCollection |
OwStandardHistoryEntry.getClonedProperties(Collection strPropertyNames_p) |
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 |
OwStandardHistoryObjectCreateEvent.getProperties() |
OwPropertyCollection |
OwStandardHistoryEntry.getProperties(Collection propertyNames_p) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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 © 2014 Alfresco Business Solutions. All Rights Reserved.