|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwVirtualFolderObject
Base Class for virtual folder objects.
Virtual folder objects are created through a OwVirtualFolderObjectFactory.
To be implemented with the specific ECM system.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary |
---|
Fields inherited from interface com.wewebu.ow.server.ecm.OwObject |
---|
STANDARD_PATH_DELIMITER |
Fields inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
TYPE_AJAX, TYPE_CHECKIN_OBJECT, TYPE_CREATE_OBJECT, TYPE_META_OBJECT, TYPE_RESULT_LIST, TYPE_SEARCH, TYPE_SMALL |
Method Summary | |
---|---|
Map |
getPropagationMap()
Return a map which represents external triggered value propagation. |
String |
getVirtualFolderName()
Retrieve the name of the virtual folder template used for constructing this object as defined in the bootstrap SemiVirtualRecordClass configurations. |
void |
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 |
setPropagationMap(Map propagationMap)
Set a map which defines an external triggered value propagation. |
Methods inherited from interface com.wewebu.ow.server.ecm.OwObjectReference |
---|
getDMSID, getID, getInstance, getMIMEParameter, getMIMEType, getName, getPageCount, getResourceID, getType, hasContent |
Methods inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getSafeFieldValue, setField |
Method Detail |
---|
void setFiledObjectProperties(OwObjectClass objectClass_p, OwPropertyCollection properties_p) throws Exception
objectClass_p
- OwObjectClass of the new documentproperties_p
- OwPropertyCollection to be modified
Exception
Map getPropagationMap()
setPropagationMap(Map)
void setPropagationMap(Map propagationMap)
Can be set to null to avoid any external defined propagation.
propagationMap
- Map (String criteria Name, Object value)getPropagationMap()
String getVirtualFolderName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |