| | |
| | | ' If the ', $ufn, ' could not be found on the server.
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to retrieve the ', $ufn, ' because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' ', $java-class-name, 'CfgClient get', $java-relation-name, '()
', |
| | | ' throws DefinitionDecodingException, ManagedObjectDecodingException,
', |
| | | ' ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException;
')" /> |
| | | ' ErrorResultException;
')" /> |
| | | </xsl:when> |
| | | <xsl:when test="adm:one-to-zero-or-one"> |
| | | <xsl:call-template name="add-java-comment2"> |
| | |
| | | '@return Returns <true> if the ', $ufn,' exists.
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to make the determination because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' boolean has', |
| | | $java-relation-name, '() throws ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException;
')" /> |
| | | ' ErrorResultException;
')" /> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' If the ', $ufn, ' is not present.
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to retrieve the ', $ufn, ' because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' ', $java-class-name, 'CfgClient get', $java-relation-name, '()
', |
| | | ' throws DefinitionDecodingException, ManagedObjectDecodingException,
', |
| | | ' ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException;
')" /> |
| | | ' ErrorResultException;
')" /> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' If the server refuses to remove the ', $ufn, ' due to some server-side constraint which cannot be satisfied (for example, if it is referenced by another managed object).
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to remove the ', $ufn, ' because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' void remove', $java-relation-name, '()
', |
| | | ' throws ManagedObjectNotFoundException, OperationRejectedException,
', |
| | | ' ConcurrentModificationException, AuthorizationException,
', |
| | | ' CommunicationException;
')" /> |
| | | ' ConcurrentModificationException, ErrorResultException;
')" /> |
| | | </xsl:when> |
| | | <xsl:when test="adm:one-to-many"> |
| | | <xsl:variable name="plural-name" |
| | |
| | | '@return Returns an array containing the names of the ', $ufpn,'.
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to list the ', $ufpn, ' because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' String[] list', |
| | | $java-relation-plural-name, '() throws ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException;
')" /> |
| | | ' ErrorResultException;
')" /> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' If the named ', $ufn, ' was not found on the server.
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to retrieve the named ', $ufn, ' because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' ', $java-class-name, 'CfgClient get', $java-relation-name, '(String name)
', |
| | | ' throws DefinitionDecodingException, ManagedObjectDecodingException,
', |
| | | ' ManagedObjectNotFoundException, ConcurrentModificationException,
', |
| | | ' AuthorizationException, CommunicationException;
')" /> |
| | | ' ErrorResultException;
')" /> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | | <xsl:text>
</xsl:text> |
| | |
| | | ' If the server refuses to remove the ', $ufn, ' due to some server-side constraint which cannot be satisfied (for example, if it is referenced by another managed object).
', |
| | | '@throws ConcurrentModificationException
', |
| | | ' If this ', $this-ufn, ' has been removed from the server by another client.
', |
| | | '@throws AuthorizationException
', |
| | | ' If the server refuses to remove the ', $ufn, ' because the client does not have the correct privileges.
', |
| | | '@throws CommunicationException
', |
| | | ' If the client cannot contact the server due to an underlying communication problem.')" /> |
| | | '@throws ErrorResultException
', |
| | | ' If any other error occurs.')" /> |
| | | </xsl:call-template> |
| | | <xsl:value-of |
| | | select="concat(' void remove', $java-relation-name, '(String name)
', |
| | | ' throws ManagedObjectNotFoundException, OperationRejectedException,
', |
| | | ' ConcurrentModificationException, AuthorizationException,
', |
| | | ' CommunicationException;
')" /> |
| | | ' ConcurrentModificationException, ErrorResultException;
')" /> |
| | | </xsl:when> |
| | | <xsl:otherwise> |
| | | <xsl:message terminate="yes"> |
| | |
| | | org.opends.server.admin.client.ConcurrentModificationException |
| | | </import> |
| | | <import> |
| | | org.opends.server.admin.client.AuthorizationException |
| | | </import> |
| | | <import> |
| | | org.opends.server.admin.client.CommunicationException |
| | | org.forgerock.opendj.ldap.ErrorResultException |
| | | </import> |
| | | </xsl:if> |
| | | <xsl:for-each |