public class OwGroupPropertiesConfiguration extends Object
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
Modifier and Type | Class and Description |
---|---|
static class |
OwGroupPropertiesConfiguration.OwPropertyGroup
Deprecated.
Holds the grouped properties.
|
Constructor and Description |
---|
OwGroupPropertiesConfiguration(OwXMLUtil node_p,
OwMainAppContext context_p)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAllPropertyNames()
Deprecated.
Get all properties names.
|
OwGroupPropertiesConfiguration.OwPropertyGroup |
getGroupById(String groupId_p)
Deprecated.
Get a group by its id.
|
List<OwGroupPropertiesConfiguration.OwPropertyGroup> |
getGroups()
Deprecated.
Get the configured groups.
|
Map<String,Boolean> |
getReadOnlyProperties()
Deprecated.
Getter for read only properties.
|
boolean |
isConfigured()
Deprecated.
Get configured status.
|
public OwGroupPropertiesConfiguration(OwXMLUtil node_p, OwMainAppContext context_p) throws OwConfigurationException
node_p
- - the OwXMLUtil
nodecontext_p
- - the application contextOwConfigurationException
- - thrown when the XML section for grouping is not properly configured.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()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.