| | |
| | | ' */
', |
| | | ' public void commit() throws ManagedObjectAlreadyExistsException,
', |
| | | ' MissingMandatoryPropertiesException, ConcurrentModificationException,
', |
| | | ' OperationRejectedException, AuthorizationException,
', |
| | | ' CommunicationException {
', |
| | | ' OperationRejectedException, ErrorResultException {
', |
| | | ' impl.commit();
', |
| | | ' }
')" /> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' public ', $java-class-name, 'CfgClient get', $java-relation-name, '()
', |
| | | ' throws DefinitionDecodingException, ManagedObjectDecodingException,
', |
| | | ' ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException {
', |
| | | ' ErrorResultException {
', |
| | | ' return impl.getChild(INSTANCE.get', $java-relation-name,'RelationDefinition()).getConfiguration();
', |
| | | ' }
')" /> |
| | | </xsl:when> |
| | |
| | | ' * {@inheritDoc}
', |
| | | ' */
', |
| | | ' public boolean has', $java-relation-name, '() throws ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException {
', |
| | | ' ErrorResultException {
', |
| | | ' return impl.hasChild(INSTANCE.get', $java-relation-name,'RelationDefinition());
', |
| | | ' }
')" /> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' public ', $java-class-name, 'CfgClient get', $java-relation-name, '()
', |
| | | ' throws DefinitionDecodingException, ManagedObjectDecodingException,
', |
| | | ' ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException {
', |
| | | ' ErrorResultException {
', |
| | | ' return impl.getChild(INSTANCE.get', $java-relation-name,'RelationDefinition()).getConfiguration();
', |
| | | ' }
')" /> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' */
', |
| | | ' public void remove', $java-relation-name, '()
', |
| | | ' throws ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' OperationRejectedException, AuthorizationException, CommunicationException {
', |
| | | ' OperationRejectedException, ErrorResultException {
', |
| | | ' impl.removeChild(INSTANCE.get', $java-relation-name,'RelationDefinition());
', |
| | | ' }
')" /> |
| | | </xsl:when> |
| | |
| | | ' * {@inheritDoc}
', |
| | | ' */
', |
| | | ' public String[] list', $java-relation-plural-name, '() throws ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException {
', |
| | | ' ErrorResultException {
', |
| | | ' return impl.listChildren(INSTANCE.get', $java-relation-plural-name,'RelationDefinition());
', |
| | | ' }
')" /> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' public ', $java-class-name, 'CfgClient get', $java-relation-name, '(String name)
', |
| | | ' throws DefinitionDecodingException, ManagedObjectDecodingException,
', |
| | | ' ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException {
', |
| | | ' ErrorResultException {
', |
| | | ' return impl.getChild(INSTANCE.get', $java-relation-plural-name,'RelationDefinition(), name).getConfiguration();
', |
| | | ' }
')" /> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' */
', |
| | | ' public void remove', $java-relation-name, '(String name)
', |
| | | ' throws ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' OperationRejectedException, AuthorizationException, CommunicationException {
', |
| | | ' OperationRejectedException, ErrorResultException {
', |
| | | ' impl.removeChild(INSTANCE.get', $java-relation-plural-name,'RelationDefinition(), name);
', |
| | | ' }
')" /> |
| | | </xsl:when> |
| | |
| | | org.opends.server.admin.ManagedObjectAlreadyExistsException |
| | | </import> |
| | | <import> |
| | | org.opends.server.admin.client.AuthorizationException |
| | | </import> |
| | | <import> |
| | | org.opends.server.admin.client.CommunicationException |
| | | org.forgerock.opendj.ldap.ErrorResultException |
| | | </import> |
| | | <import> |
| | | org.opends.server.admin.client.ConcurrentModificationException |