public class PropertyGroupImpl extends ClientImpl implements BasePropertyGroup
| Constructor and Description |
|---|
PropertyGroupImpl(String host,
String user,
String password,
BeanHelper beanHelper)
PropertyGroupImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(String nodeId,
String grpName)
addGroup
|
List<PropertyGroup> |
getAllGroups()
getAllGroups
|
List<PropertyGroup> |
getGroups(String nodeId)
getGroups
|
List<FormElement> |
getPropertyGroupForm(String grpName)
getPropertyGroupForm
|
List<FormElement> |
getPropertyGroupProperties(String nodeId,
String grpName)
getProperties
|
Map<String,String> |
getPropertyGroupPropertiesSimple(String nodeId,
String grpName) |
List<String> |
getSuggestions(String nodeId,
String grpName,
String propName) |
boolean |
hasGroup(String nodeId,
String grpName)
hasGroup
|
void |
registerDefinition(InputStream is) |
void |
removeGroup(String nodeId,
String grpName)
removeGroup
|
void |
setPropertyGroupProperties(String nodeId,
String grpName,
List<FormElement> feList)
setProperties
|
void |
setPropertyGroupPropertiesSimple(String nodeId,
String grpName,
Map<String,String> properties)
setPropertiesSimple
|
getClientpublic PropertyGroupImpl(String host, String user, String password, BeanHelper beanHelper)
public void addGroup(String nodeId, String grpName) throws NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
public void removeGroup(String nodeId, String grpName) throws AccessDeniedException, NoSuchGroupException, LockException, PathNotFoundException, RepositoryException, DatabaseException, ExtensionException, UnknowException, WebserviceException
public List<PropertyGroup> getGroups(String nodeId) throws IOException, ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
getGroups in interface BasePropertyGroupIOExceptionParseExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknowExceptionWebserviceExceptionpublic List<PropertyGroup> getAllGroups() throws IOException, ParseException, RepositoryException, DatabaseException, UnknowException, WebserviceException
getAllGroups in interface BasePropertyGroupIOExceptionParseExceptionRepositoryExceptionDatabaseExceptionUnknowExceptionWebserviceExceptionpublic List<FormElement> getPropertyGroupProperties(String nodeId, String grpName) throws IOException, ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
public List<FormElement> getPropertyGroupForm(String grpName) throws IOException, ParseException, NoSuchGroupException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
getPropertyGroupForm in interface BasePropertyGroupIOExceptionParseExceptionNoSuchGroupExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknowExceptionWebserviceExceptionpublic void setPropertyGroupProperties(String nodeId, String grpName, List<FormElement> feList) throws IOException, ParseException, NoSuchPropertyException, NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
setPropertyGroupProperties in interface BasePropertyGroupIOExceptionParseExceptionNoSuchPropertyExceptionNoSuchGroupExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknowExceptionWebserviceExceptionpublic void setPropertyGroupPropertiesSimple(String nodeId, String grpName, Map<String,String> properties) throws IOException, ParseException, NoSuchPropertyException, NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
setPropertyGroupPropertiesSimple in interface BasePropertyGroupIOExceptionParseExceptionNoSuchPropertyExceptionNoSuchGroupExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknowExceptionWebserviceExceptionpublic boolean hasGroup(String nodeId, String grpName) throws IOException, ParseException, PathNotFoundException, RepositoryException, DatabaseException, UnknowException, WebserviceException
hasGroup in interface BasePropertyGroupIOExceptionParseExceptionPathNotFoundExceptionRepositoryExceptionDatabaseExceptionUnknowExceptionWebserviceExceptionpublic List<String> getSuggestions(String nodeId, String grpName, String propName) throws AccessDeniedException, PathNotFoundException, IOException, ParseException, NoSuchGroupException, SuggestionException, DatabaseException, UnknowException, WebserviceException
public void registerDefinition(InputStream is) throws AccessDeniedException, ParseException, DatabaseException, IOException, UnknowException, WebserviceException
registerDefinition in interface BasePropertyGroupAccessDeniedExceptionParseExceptionDatabaseExceptionIOExceptionUnknowExceptionWebserviceExceptionpublic Map<String,String> getPropertyGroupPropertiesSimple(String nodeId, String grpName) throws IOException, ParseException, NoSuchPropertyException, NoSuchGroupException, LockException, PathNotFoundException, AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException, WebserviceException
getPropertyGroupPropertiesSimple in interface BasePropertyGroupIOExceptionParseExceptionNoSuchPropertyExceptionNoSuchGroupExceptionLockExceptionPathNotFoundExceptionAccessDeniedExceptionRepositoryExceptionDatabaseExceptionExtensionExceptionAutomationExceptionUnknowExceptionWebserviceExceptionCopyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.