|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.autonomy.aci.businessobjects.AciBusinessObject
com.autonomy.aci.businessobjects.LicensedFunctionality
Bean used to store information about which functionalities an IDOL server is licensed for.
Constructor Summary | |
LicensedFunctionality()
|
Method Summary | |
boolean |
isAgents()
Whether or not IDOL is licensed for Agents. |
boolean |
isAlerting()
Whether or not IDOL is licensed for Alerting. |
boolean |
isCategorisation()
Whether or not IDOL is licensed for Categorisation. |
boolean |
isChannels()
Whether or not IDOL is licensed for Channels. |
boolean |
isClustering()
Whether or not IDOL is licensed for Clustering. |
boolean |
isCollaboration()
Whether or not IDOL is licensed for Collaboration. |
boolean |
isEduction()
Whether or not IDOL is licensed for Eduction. |
boolean |
isHyperlinking()
Whether or not IDOL is licensed for Hyperlinking. |
boolean |
isMailing()
Whether or not IDOL is licensed for Mailing. |
boolean |
isProfiling()
Whether or not IDOL is licensed for Profiling. |
boolean |
isRetrievalConcept()
Whether or not IDOL is licensed for Concept Retrieval. |
boolean |
isRetrievalLite()
Whether or not IDOL is licensed for Lite Retrieval. |
boolean |
isRetrievalParametric()
Whether or not IDOL is licensed for Parametric Retrieval. |
boolean |
isSummarisation()
Whether or not IDOL is licensed for Summarisation. |
boolean |
isTaxonomyGeneration()
Whether or not IDOL is licensed for Taxonomy Generation. |
void |
setAgents(boolean agents)
Set whether or not IDOL is licensed for Agents. |
void |
setAlerting(boolean alerting)
Set whether or not IDOL is licensed for Alerting. |
void |
setCategorisation(boolean categorisation)
Set whether or not IDOL is licensed for Categorisation. |
void |
setChannels(boolean channels)
Set whether or not IDOL is licensed for Channels. |
void |
setClustering(boolean clustering)
Set whether or not IDOL is licensed for Clustering. |
void |
setCollaboration(boolean collaboration)
Set whether or not IDOL is licensed for Collaboration. |
void |
setEduction(boolean eduction)
Set whether or not IDOL is licensed for Eduction. |
void |
setHyperlinking(boolean hyperlinking)
Set whether or not IDOL is licensed for Hyperlinking. |
void |
setMailing(boolean mailing)
Set whether or not IDOL is licensed for Mailing. |
void |
setProfiling(boolean profiling)
Set whether or not IDOL is licensed for Profiling. |
void |
setRetrievalConcept(boolean retrievalConcept)
Set whether or not IDOL is licensed for Concept Retrieval. |
void |
setRetrievalLite(boolean retrievalLite)
Set whether or not IDOL is licensed for Lite Retrieval. |
void |
setRetrievalParametric(boolean retrievalParametric)
Set whether or not IDOL is licensed for Parametric Retrieval. |
void |
setSummarisation(boolean summarisation)
Set whether or not IDOL is licensed for Summarisation. |
void |
setTaxonomyGeneration(boolean taxonomyGeneration)
Set whether or not IDOL is licensed for Taxonomy Generation. |
java.lang.String |
toString()
|
Methods inherited from class com.autonomy.aci.businessobjects.AciBusinessObject |
getUID, setUID |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LicensedFunctionality()
Method Detail |
public boolean isTaxonomyGeneration()
public boolean isSummarisation()
public boolean isRetrievalParametric()
public boolean isRetrievalLite()
public boolean isRetrievalConcept()
public boolean isProfiling()
public boolean isMailing()
public boolean isHyperlinking()
public boolean isEduction()
public boolean isCollaboration()
public boolean isClustering()
public boolean isChannels()
public boolean isCategorisation()
public boolean isAlerting()
public boolean isAgents()
public void setTaxonomyGeneration(boolean taxonomyGeneration)
taxonomyGeneration
- whether or not IDOL is licensed for Taxonomy Generation.public void setSummarisation(boolean summarisation)
summarisation
- whether or not IDOL is licensed for Summarisation.public void setRetrievalParametric(boolean retrievalParametric)
retrievalParametric
- whether or not IDOL is licensed for Parametric Retrieval.public void setRetrievalLite(boolean retrievalLite)
retrievalLite
- whether or not IDOL is licensed for Lite Retrieval.public void setRetrievalConcept(boolean retrievalConcept)
retrievalConcept
- whether or not IDOL is licensed for Concept Retrieval.public void setProfiling(boolean profiling)
profiling
- whether or not IDOL is licensed for Profiling.public void setMailing(boolean mailing)
mailing
- whether or not IDOL is licensed for Mailing.public void setHyperlinking(boolean hyperlinking)
hyperlinking
- whether or not IDOL is licensed for Hyperlinking.public void setEduction(boolean eduction)
eduction
- whether or not IDOL is licensed for Eduction.public void setCollaboration(boolean collaboration)
collaboration
- whether or not IDOL is licensed for Collaboration.public void setClustering(boolean clustering)
clustering
- whether or not IDOL is licensed for Clustering.public void setChannels(boolean channels)
channels
- whether or not IDOL is licensed for Channels.public void setCategorisation(boolean categorisation)
categorisation
- whether or not IDOL is licensed for Categorisation.public void setAlerting(boolean alerting)
alerting
- whether or not IDOL is licensed for Alerting.public void setAgents(boolean agents)
agents
- whether or not IDOL is licensed for Agents.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |