|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authority | |
|---|---|
| com.apelon.dts.client.events | |
| com.apelon.dts.client.namespace | This package includes classes for working with the namespaces (see Namespace) in a knowledgebase. |
| Uses of Authority in com.apelon.dts.client.events |
|---|
| Constructors in com.apelon.dts.client.events with parameters of type Authority | |
|---|---|
KBTypeEvent(Object source,
Authority oldAuthority,
Authority newAuthority)
Constructs a KBTypeEvent object. |
|
| Uses of Authority in com.apelon.dts.client.namespace |
|---|
| Methods in com.apelon.dts.client.namespace that return Authority | |
|---|---|
Authority[] |
NamespaceQuery.getAuthorities()
Retrieves an array of Authoritys which represent the available
namespace authorities in the DTS knowledgebase. |
Authority |
Namespace.getAuthority()
Gets Authority for the namespace. |
| Methods in com.apelon.dts.client.namespace with parameters of type Authority | |
|---|---|
boolean |
NamespaceQuery.addAuthority(Authority authority)
Adds an Authority to the DTS knowledgebase by sending a query to the server. |
boolean |
NamespaceQuery.deleteAuthority(Authority authority)
|
void |
Namespace.setAuthority(Authority newAuthority)
Sets the Authority for the Namespace. |
boolean |
NamespaceQuery.updateNamespaceAuthority(Namespace namespace,
Authority newNamespaceAuthority)
Deprecated. Use NamespaceQuery.updateNamespace(Namespace oldNamespace, Namespace newNamespace)
instead. |
| Constructors in com.apelon.dts.client.namespace with parameters of type Authority | |
|---|---|
Namespace(String name,
int id,
String code,
Authority authority,
NamespaceType namespaceType,
boolean writable,
boolean isLocal)
Namespace constructor. |
|
Namespace(String name,
int id,
String code,
Authority authority,
NamespaceType namespaceType,
int linkedNamespaceId,
boolean writable,
boolean local)
Namespace constructor for namespaces of type Ontylog Extension. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||