public interface BasePropertyGroup
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(String nodeId,
String grpName) |
List<PropertyGroup> |
getAllGroups() |
List<PropertyGroup> |
getGroups(String nodeId) |
List<FormElement> |
getPropertyGroupForm(String grpName) |
List<FormElement> |
getPropertyGroupProperties(String nodeId,
String grpName) |
String |
getRegisteredDefinition() |
List<String> |
getSuggestions(String nodeId,
String grpName,
String propName) |
boolean |
hasGroup(String nodeId,
String grpName) |
void |
registerDefinition(String pgDef) |
void |
removeGroup(String nodeId,
String grpName) |
void |
setPropertyGroupProperties(String nodeId,
String grpName,
List<FormElement> ofeList) |
void |
setPropertyGroupPropertiesSimple(String nodeId,
String grpName,
Map<String,String> properties) |
void addGroup(String nodeId, String grpName) throws NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
void removeGroup(String nodeId, String grpName) throws AccessDeniedException, NoSuchGroupException, LockException, PathNotFoundException, RepositoryException, DatabaseException, ExtensionException, UnknowException, WebserviceException
List<PropertyGroup> getGroups(String nodeId) throws IOException, ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
List<PropertyGroup> getAllGroups() throws IOException, ParseException, RepositoryException, DatabaseException, UnknowException, WebserviceException
List<FormElement> getPropertyGroupProperties(String nodeId, String grpName) throws IOException, ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
List<FormElement> getPropertyGroupForm(String grpName) throws IOException, ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
void setPropertyGroupProperties(String nodeId, String grpName, List<FormElement> ofeList) throws IOException, ParseException, NoSuchPropertyException, NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
void setPropertyGroupPropertiesSimple(String nodeId, String grpName, Map<String,String> properties) throws IOException, ParseException, NoSuchPropertyException, NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
boolean hasGroup(String nodeId, String grpName) throws IOException, ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
String getRegisteredDefinition() throws ParseException, DatabaseException, IOException, UnknowException, WebserviceException
List<String> getSuggestions(String nodeId, String grpName, String propName) throws PathNotFoundException, IOException, ParseException, NoSuchGroupException, SuggestionException, DatabaseException, UnknowException, WebserviceException
void registerDefinition(String pgDef) throws ParseException, DatabaseException, IOException, UnknowException, WebserviceException
Copyright © 2015 Open Knowledge Management System S.L.. All rights reserved.