com.wewebu.ow.server.dmsdialogs.views.classes
Class OwRootClassCfg

java.lang.Object
  extended by com.wewebu.ow.server.dmsdialogs.views.classes.OwRootClassCfg

public class OwRootClassCfg
extends Object

Only used in conjunction with OwObjectClassSelectionCfg.

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.0.0

Constructor Summary
protected OwRootClassCfg(String name, boolean includeSubclasses)
           
 
Method Summary
static OwRootClassCfg fromXml(OwXMLUtil xmlClass)
           
 String getName()
           
 boolean isIncludeSubclasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwRootClassCfg

protected OwRootClassCfg(String name,
                         boolean includeSubclasses)
Method Detail

getName

public String getName()
Returns:
the name

isIncludeSubclasses

public boolean isIncludeSubclasses()
Returns:
the includeSubclasses

fromXml

public static OwRootClassCfg fromXml(OwXMLUtil xmlClass)
                              throws OwConfigurationException
Parameters:
xmlClass -
Returns:
an instance of myself configured from this XML snippet.
Throws:
OwConfigurationException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.