com.wewebu.ow.server.ecmimpl.owdummy
Class OwDummyObjectLinkClass

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.owdummy.OwDummyObjectLinkClass
All Implemented Interfaces:
com.wewebu.ow.server.ecm.OwObjectClass

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

Since:
4.1.1.0

Field Summary
static String DEFAULT_LINK_CLASS
           
protected  Map<String,com.wewebu.ow.server.ecm.OwPropertyClass> 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
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_LINK_CLASS

public static final String DEFAULT_LINK_CLASS
See Also:
Constant Field Values

propertyClassesMap

protected Map<String,com.wewebu.ow.server.ecm.OwPropertyClass> propertyClassesMap
map containing the property class descriptions of the class

Method Detail

getNamedInstance

public static final OwDummyObjectLinkClass getNamedInstance(String className)

getDefaultInstance

public static final OwDummyObjectLinkClass getDefaultInstance()

getType

public int getType()
Specified by:
getType in interface com.wewebu.ow.server.ecm.OwObjectClass

getChilds

public List<com.wewebu.ow.server.ecm.OwObjectClass> getChilds(com.wewebu.ow.server.ecm.OwNetwork network_p,
                                                              boolean fExcludeHiddenAndNonInstantiable_p)
                                                       throws Exception
Specified by:
getChilds in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getChildNames

public Map<String,com.wewebu.ow.server.ecm.OwObjectClass> getChildNames(com.wewebu.ow.server.ecm.OwNetwork network_p,
                                                                        boolean fExcludeHiddenAndNonInstantiable_p)
                                                                 throws Exception
Specified by:
getChildNames in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

hasChilds

public boolean hasChilds(com.wewebu.ow.server.ecm.OwNetwork network_p,
                         boolean fExcludeHiddenAndNonInstantiable_p,
                         int context_p)
                  throws Exception
Specified by:
hasChilds in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getClassName

public String getClassName()
Specified by:
getClassName in interface com.wewebu.ow.server.ecm.OwObjectClass

getDisplayName

public String getDisplayName(Locale locale_p)
Specified by:
getDisplayName in interface com.wewebu.ow.server.ecm.OwObjectClass

getPropertyClass

public com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass(String strClassName_p)
                                                          throws Exception
Specified by:
getPropertyClass in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getPropertyClassNames

public Collection<String> getPropertyClassNames()
                                         throws Exception
Specified by:
getPropertyClassNames in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getNamePropertyName

public String getNamePropertyName()
                           throws Exception
Specified by:
getNamePropertyName in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

canCreateNewObject

public boolean canCreateNewObject()
                           throws Exception
Specified by:
canCreateNewObject in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

hasVersionSeries

public boolean hasVersionSeries()
                         throws Exception
Specified by:
hasVersionSeries in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getModes

public List<com.wewebu.ow.server.field.OwEnum> getModes(int operation_p)
                                                 throws Exception
Specified by:
getModes in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getDescription

public String getDescription(Locale locale_p)
Specified by:
getDescription in interface com.wewebu.ow.server.ecm.OwObjectClass

isHidden

public boolean isHidden()
                 throws Exception
Specified by:
isHidden in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

getParent

public com.wewebu.ow.server.ecm.OwObjectClass getParent()
                                                 throws Exception
Specified by:
getParent in interface com.wewebu.ow.server.ecm.OwObjectClass
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.