public final class OwDummyObjectLinkClass extends Object implements com.wewebu.ow.server.ecm.OwObjectClass
Dummy link class implementation.
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
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LINK_CLASS |
protected Map<String,com.wewebu.ow.server.ecm.OwPropertyClass> |
propertyClassesMap
map containing the property class descriptions of the class
|
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateNewObject() |
Map<String,com.wewebu.ow.server.ecm.OwObjectClass> |
getChildNames(com.wewebu.ow.server.ecm.OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p) |
List<com.wewebu.ow.server.ecm.OwObjectClass> |
getChilds(com.wewebu.ow.server.ecm.OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p) |
String |
getClassName() |
static OwDummyObjectLinkClass |
getDefaultInstance() |
String |
getDescription(Locale locale_p) |
String |
getDisplayName(Locale locale_p) |
List<com.wewebu.ow.server.field.OwEnum> |
getModes(int operation_p) |
static OwDummyObjectLinkClass |
getNamedInstance(String className) |
String |
getNamePropertyName() |
com.wewebu.ow.server.ecm.OwObjectClass |
getParent() |
com.wewebu.ow.server.ecm.OwPropertyClass |
getPropertyClass(String strClassName_p) |
Collection<String> |
getPropertyClassNames() |
int |
getType() |
boolean |
hasChilds(com.wewebu.ow.server.ecm.OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p) |
boolean |
hasVersionSeries() |
boolean |
isHidden() |
String |
toString() |
public static final String DEFAULT_LINK_CLASS
public static final OwDummyObjectLinkClass getNamedInstance(String className)
public static final OwDummyObjectLinkClass getDefaultInstance()
public int getType()
getType
in interface com.wewebu.ow.server.ecm.OwObjectClass
public List<com.wewebu.ow.server.ecm.OwObjectClass> getChilds(com.wewebu.ow.server.ecm.OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p) throws Exception
getChilds
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public Map<String,com.wewebu.ow.server.ecm.OwObjectClass> getChildNames(com.wewebu.ow.server.ecm.OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p) throws Exception
getChildNames
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public boolean hasChilds(com.wewebu.ow.server.ecm.OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p, int context_p) throws Exception
hasChilds
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public String getClassName()
getClassName
in interface com.wewebu.ow.server.ecm.OwObjectClass
public String getDisplayName(Locale locale_p)
getDisplayName
in interface com.wewebu.ow.server.ecm.OwObjectClass
public com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass(String strClassName_p) throws Exception
getPropertyClass
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public Collection<String> getPropertyClassNames() throws Exception
getPropertyClassNames
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public String getNamePropertyName() throws Exception
getNamePropertyName
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public boolean canCreateNewObject() throws Exception
canCreateNewObject
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public boolean hasVersionSeries() throws Exception
hasVersionSeries
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public List<com.wewebu.ow.server.field.OwEnum> getModes(int operation_p) throws Exception
getModes
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public String getDescription(Locale locale_p)
getDescription
in interface com.wewebu.ow.server.ecm.OwObjectClass
public boolean isHidden() throws Exception
isHidden
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public com.wewebu.ow.server.ecm.OwObjectClass getParent() throws Exception
getParent
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.