|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DTSProperty | |
|---|---|
| com.apelon.beans.dts.plugin.transferable | This package contains the Transferables used by DTS Beans in Drag and Drop. |
| com.apelon.dts.client.attribute | Attributes are items of information attached to concepts or terms, or other attributes. |
| com.apelon.dts.client.concept | This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. |
| com.apelon.dts.client.events | |
| com.apelon.dts.client.term | This package provides capability to access and manipulate terms in a DTS client application. |
| Uses of DTSProperty in com.apelon.beans.dts.plugin.transferable |
|---|
| Constructors in com.apelon.beans.dts.plugin.transferable with parameters of type DTSProperty | |
|---|---|
DTSPropertyTransferable(DTSProperty prop)
Initializes with given DTSProperty. |
|
| Uses of DTSProperty in com.apelon.dts.client.attribute |
|---|
| Methods in com.apelon.dts.client.attribute that return DTSProperty | |
|---|---|
DTSProperty[] |
PropertiedObject.getFetchedProperties()
Gets the properties which have been retrieved for this item. |
DTSProperty[] |
PropertiedObject.getProperties()
|
| Methods in com.apelon.dts.client.attribute with parameters of type DTSProperty | |
|---|---|
boolean |
PropertiedObject.addProperty(DTSProperty prop)
Adds the specified element as property for this item. |
boolean |
PropertiedObject.containsProperty(DTSProperty prop)
Tests if this item already has the specified property. |
boolean |
PropertiedObject.deleteProperty(DTSProperty prop)
Deletes the specified element as property for this item. |
void |
PropertiedObject.setProperties(DTSProperty[] props)
|
| Uses of DTSProperty in com.apelon.dts.client.concept |
|---|
| Methods in com.apelon.dts.client.concept with parameters of type DTSProperty | |
|---|---|
DTSConcept |
BaseConceptQuery.addProperty(DTSConcept concept,
DTSProperty newProperty)
Adds a property to a concept. |
DTSConcept |
BaseConceptQuery.deleteProperty(DTSConcept concept,
DTSProperty property)
Deletes a property from a concept. |
DTSConcept |
BaseConceptQuery.updateProperty(DTSConcept concept,
DTSProperty oldProperty,
DTSProperty newProperty)
Updates the concept, replacing the old DTSProperty with the new
DTSProperty including any qualifiers. |
| Uses of DTSProperty in com.apelon.dts.client.events |
|---|
| Constructors in com.apelon.dts.client.events with parameters of type DTSProperty | |
|---|---|
ConceptAttributeChange(DTSProperty oldProp,
DTSProperty newProp)
Constructs a ConceptAttributeChange object for concept property change. |
|
TermAttributeChange(DTSProperty oldProp,
DTSProperty newProp)
Constructs a TermAttributeChange object for term property change. |
|
| Uses of DTSProperty in com.apelon.dts.client.term |
|---|
| Methods in com.apelon.dts.client.term with parameters of type DTSProperty | |
|---|---|
Term |
BaseTermQuery.addProperty(Term term,
DTSProperty property)
Adds a property to a term. |
Term |
BaseTermQuery.deleteProperty(Term term,
DTSProperty property)
Deletes a property from a term. |
Term |
BaseTermQuery.updateProperty(Term term,
DTSProperty oldProperty,
DTSProperty newProperty)
Updates a term property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||