|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecm.OwSemiVirtualRecordClass
public class OwSemiVirtualRecordClass
Java model of the <SemiVirtualRecordClassName> XML configuration node in owbootstrap.xml.
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 | |
---|---|
static String |
FOLDERCLASSNAME_ATTRIBUTE
|
static String |
INCLUDEPHYSICALCHILDS_ATTRIBUTE
|
static String |
SEARCHSUBSTRUCTURE_ATTRIBUTE
|
static String |
SEMIVIRTUALRECORDCLASSES_ELEMENT
|
static String |
VIRTUALFOLDER_ATTRIBUTE
|
Constructor Summary | |
---|---|
OwSemiVirtualRecordClass(Node n_p)
|
Method Summary | |
---|---|
static Map<String,OwSemiVirtualRecordClass> |
createVirtualRecordClasses(OwXMLUtil configuration_p)
|
String |
getFolderClassName()
Return the folder class value of semi-virtual structure definition. |
Map |
getPropertyMapping()
Get property mapping which was configured for current semi-virtual structure. |
String |
getVirtualFolder()
Return template name which is used for semi-virtual structure. |
boolean |
isIncludePhysicalChilds()
Should physical children be returned also during folder retrieval. |
boolean |
isSearchSubstructure()
Should search be extended to semi-virtual root. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SEMIVIRTUALRECORDCLASSES_ELEMENT
public static final String INCLUDEPHYSICALCHILDS_ATTRIBUTE
public static final String FOLDERCLASSNAME_ATTRIBUTE
public static final String VIRTUALFOLDER_ATTRIBUTE
public static final String SEARCHSUBSTRUCTURE_ATTRIBUTE
Constructor Detail |
---|
public OwSemiVirtualRecordClass(Node n_p) throws OwConfigurationException
OwConfigurationException
Method Detail |
---|
public static final Map<String,OwSemiVirtualRecordClass> createVirtualRecordClasses(OwXMLUtil configuration_p) throws OwConfigurationException
configuration_p
- bootstrap configuration node
Map
of OwSemiVirtualRecordClass
mapped by their folder class name
as defined in SemiVirtualRecordClasses configuration node in bootstrap configuration
OwConfigurationException
public String getFolderClassName()
public String getVirtualFolder()
public boolean isIncludePhysicalChilds()
public Map getPropertyMapping()
public boolean isSearchSubstructure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |