|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration
public class OwGroupPropertiesConfiguration
Holds the configuration of the grouped properties.
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
Nested Class Summary | |
---|---|
class |
OwGroupPropertiesConfiguration.OwPropertyGroup
Holds the grouped properties. |
Constructor Summary | |
---|---|
OwGroupPropertiesConfiguration(OwXMLUtil node_p,
OwMainAppContext context_p)
Constructor |
Method Summary | |
---|---|
List<String> |
getAllPropertyNames()
Get all properties names. |
OwGroupPropertiesConfiguration.OwPropertyGroup |
getGroupById(String groupId_p)
Get a group by its id. |
List<OwGroupPropertiesConfiguration.OwPropertyGroup> |
getGroups()
Get the configured groups. |
Map<String,Boolean> |
getReadOnlyProperties()
Getter for read only properties. |
boolean |
isConfigured()
Get configured status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwGroupPropertiesConfiguration(OwXMLUtil node_p, OwMainAppContext context_p) throws OwConfigurationException
node_p
- - the OwXMLUtil
nodecontext_p
- - the application context
OwConfigurationException
- - thrown when the XML section for grouping is not properly configured.Method Detail |
---|
public boolean isConfigured()
true if the grouping properties is configured.public List<OwGroupPropertiesConfiguration.OwPropertyGroup> getGroups()
public OwGroupPropertiesConfiguration.OwPropertyGroup getGroupById(String groupId_p)
groupId_p
- - the group id, return null
if the wrong id is given as parameter.
OwGroupPropertiesConfiguration.OwPropertyGroup
configured for this id, or null
if the group with the given id doesn't exist.public Map<String,Boolean> getReadOnlyProperties()
public List<String> getAllPropertyNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |