|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecm.OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass
public static class OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass
ObjectClass of virtual folder.
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 | |
---|---|
protected HashMap |
m_PropertyClassesMap
map containing the property class descriptions of the class |
Fields inherited from interface com.wewebu.ow.server.ecm.OwObjectClass |
---|
OPERATION_TYPE_CHECKIN, OPERATION_TYPE_CHECKOUT, OPERATION_TYPE_CREATE_NEW_OBJECT, OPERATION_TYPE_SET_PROPERTIES, OPERATION_TYPE_UNDEF |
Constructor Summary | |
---|---|
OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass()
construct PropertyClass Object and set Property classes |
Method Summary | |
---|---|
boolean |
canCreateNewObject()
check, if new object instances can be created for this class |
Map |
getChildNames(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p)
get the child classes of this class if we deal with a class tree |
List |
getChilds(OwNetwork network_p,
boolean fExcludeHidden_p)
get the child classes of this class if we deal with a class tree |
String |
getClassName()
get the name of the class |
String |
getDescription(Locale locale_p)
retrieve a description of the object class |
String |
getDisplayName(Locale locale_p)
get the displayable name of the type as defined by the ECM System |
String |
getID()
get the unique ID of the class |
List |
getModes(int operation_p)
get the available modes for operations like checkin, createNewObject, setProperties |
String |
getNamePropertyName()
get the name of the name property |
OwObjectClass |
getParent()
get the parent class of this class |
OwPropertyClass |
getPropertyClass(String strClassName_p)
get a map of the available property class descriptions |
Collection |
getPropertyClassNames()
get a list of the available property class descriptions names |
int |
getType()
get Object type |
boolean |
hasChilds(OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p)
check if children are available |
boolean |
hasVersionSeries()
check if a version series object class is available, i.e. |
boolean |
isHidden()
check if class is visible to the user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HashMap m_PropertyClassesMap
Constructor Detail |
---|
public OwStandardVirtualFolderObjectFactory.OwVirtualFolderObjectClass()
Method Detail |
---|
public int getType()
getType
in interface OwObjectClass
OwObjectReference
public List getChilds(OwNetwork network_p, boolean fExcludeHidden_p) throws Exception
getChilds
in interface OwObjectClass
network_p
- OwNetwork, in case the class description is static for all users, we can still dynamically load the class membersfExcludeHidden_p
- boolean true = exclude all hidden and non instantiable class descriptions
Exception
public List getModes(int operation_p) throws Exception
OwObjectClass
getModes
in interface OwObjectClass
operation_p
- int as defined with OPERATION_TYPE_...
Exception
public boolean hasChilds(OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p, int context_p)
hasChilds
in interface OwObjectClass
network_p
- OwNetwork, in case the class description is static for all users, we can still dynamically load the class membersfExcludeHiddenAndNonInstantiable_p
- boolean true = exclude all hidden and non instantiable class descriptionscontext_p
- OwStatusContextDefinitions
public Map getChildNames(OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p)
getChildNames
in interface OwObjectClass
network_p
- OwNetwork, in case the class description is static for all users, we can still dynamically load the class membersfExcludeHiddenAndNonInstantiable_p
- boolean true = exclude all hidden and non instantiable class descriptions
public String getClassName()
getClassName
in interface OwObjectClass
public String getID()
public String getDisplayName(Locale locale_p)
getDisplayName
in interface OwObjectClass
locale_p
- Local to use
public OwPropertyClass getPropertyClass(String strClassName_p) throws Exception
getPropertyClass
in interface OwObjectClass
strClassName_p
- Name of class
Exception
public Collection getPropertyClassNames() throws Exception
getPropertyClassNames
in interface OwObjectClass
Exception
public String getNamePropertyName() throws Exception
getNamePropertyName
in interface OwObjectClass
Exception
public boolean canCreateNewObject() throws Exception
canCreateNewObject
in interface OwObjectClass
Exception
public boolean hasVersionSeries() throws Exception
OwObjectClass
hasVersionSeries
in interface OwObjectClass
Exception
public String getDescription(Locale locale_p)
getDescription
in interface OwObjectClass
locale_p
- Local to use
public boolean isHidden() throws Exception
isHidden
in interface OwObjectClass
Exception
public OwObjectClass getParent() throws Exception
getParent
in interface OwObjectClass
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |