| java.lang.Object | |
| ↳ | vars.knowledgebase.jpa.ConceptMetadataImpl | 
CREATE TABLE CONCEPTDELEGATE ( ID BIGINT NOT NULL, CONCEPTID_FK BIGINT, USAGEID_FK BIGINT, CONSTRAINT PK_CONCEPTDELEGATE PRIMARY KEY(ID) ) GO CREATE INDEX IDX_USAGEID ON CONCEPTDELEGATE(USAGEID_FK) GO CREATE INDEX IDX_CONCEPTID ON CONCEPTDELEGATE(CONCEPTID_FK) GO
| 
  [Expand]
   Inherited Constants  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From interface
vars.knowledgebase.ConceptMetadata
 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a  
  
  History to this Concept. | |||||||||||
Adds a  
  
  LinkRealization object to the collection
 maintained by this Concept. | |||||||||||
Adds a  
  
  LinkTemplate to the collection maintained by this
 Concept. | |||||||||||
Adds a  
  
  Media to the collection maintained by this Concept. | |||||||||||
Gets the concept attribute of the ConceptDelegate object 
  
   | |||||||||||
Returns boolean whether this Concept  has a primary image
 associated with it 
  
   | |||||||||||
Removes a History  from this Concept . 
  
   | |||||||||||
Removes a LinkRealization  from this Concept . 
  
   | |||||||||||
Removes a LinkTemplate  from this Concept . 
  
   | |||||||||||
Removes a Media  from this Concept . 
  
   | |||||||||||
Sets the  
  
  Usage for this Concept. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  vars.VARSObject
 | |||||||||||
   
From interface
  vars.jpa.JPAEntity
 | |||||||||||
   
From interface
  vars.knowledgebase.ConceptMetadata
 | |||||||||||
Adds a History to this Concept.
| history | A History to be assigned to this Concept. | 
        
|---|
Adds a LinkRealization object to the collection
 maintained by this Concept.
| linkRealization | A LinkRealization with information referring
 to this Concept. | 
        
|---|
Adds a LinkTemplate to the collection maintained by this
 Concept.
| linkTemplate | A LinkTemplate to be assigned to this Concept
 node. | 
        
|---|
Adds a Media to the collection maintained by this Concept.
| media | The feature to be added to the Media attribute | 
|---|
Gets the concept attribute of the ConceptDelegate object
Returns boolean whether this Concept has a primary image associated with it
Removes a History from this Concept .
| history | A History to remove from this Concept . | 
|---|
true if the History object is
 removed.Removes a LinkRealization from this Concept .
| linkRealization | A LinkRealization to remove from this Concept . | 
|---|
true if the LinkRealization is
 removed.Removes a LinkTemplate from this Concept .
| linkTemplate | A LinkTemplate to remove from this Concept . | 
|---|
true if the LinkTemplate is
 removed.Removes a Media from this Concept .
| media | A Media to remove from this Concept . | 
|---|
true if the Media object is
 removed.Sets the Usage for this Concept.
| usage | A Usage to be assigned to this Concept  node. | 
        
|---|