- get(String, Callback1<EcAlignment>, Callback1<String>) - Static method in class org.cass.competency.EcAlignment
-
Retrieves the alignment specified with the ID from the server
- get(String, Callback1<EcCompetency>, Callback1<String>) - Static method in class org.cass.competency.EcCompetency
-
Retrieves a competency from it's server asynchronously
- get(String, Callback1<EcFramework>, Callback1<String>) - Static method in class org.cass.competency.EcFramework
-
Retrieves a framework from the server, specified by the ID
- get(String, Callback1<EcLevel>, Callback1<String>) - Static method in class org.cass.competency.EcLevel
-
Retrieves a level from the server specified by its ID
- get(String, Callback1<EcRollupRule>, Callback1<String>) - Static method in class org.cass.competency.EcRollupRule
-
Retrieves a rollup rule from the server
- get(String, Callback1<EcAssertion>, Callback1<String>) - Static method in class org.cass.profile.EcAssertion
-
- get(String, Callback1<EcConcept>, Callback1<String>) - Static method in class org.w3.skos.EcConcept
-
Retrieves a concept from it's server asynchronously
- get(String, Callback1<EcConceptScheme>, Callback1<String>) - Static method in class org.w3.skos.EcConceptScheme
-
Retrieves a concept scheme from the server, specified by the ID
- getAgent() - Method in class org.cass.profile.EcAssertion
-
- getAgentAsync(Callback1<EcPk>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getAgentName() - Method in class org.cass.profile.EcAssertion
-
- getAgentNameAsync(Callback1<String>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getAssertionDate() - Method in class org.cass.profile.EcAssertion
-
- getAssertionDateAsync(Callback1<Long>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getBlocking(String) - Static method in class org.cass.competency.EcAlignment
-
Retrieves an alignment from it's server synchronously, the call
blocks until it is successful or an error occurs
- getBlocking(String) - Static method in class org.cass.competency.EcCompetency
-
Retrieves a competency from it's server synchronously, the call
blocks until it is successful or an error occurs
- getBlocking(String) - Static method in class org.cass.competency.EcFramework
-
Retrieves a framework from the server in a blocking fashion, specified by the ID
- getBlocking(String) - Static method in class org.cass.competency.EcLevel
-
Retrieves a level from it's server synchronously, the call
blocks until it is successful or an error occurs
- getBlocking(String) - Static method in class org.w3.skos.EcConcept
-
Retrieves a concept from it's server synchronously, the call
blocks until it is successful or an error occurs
- getBlocking(String) - Static method in class org.w3.skos.EcConceptScheme
-
Retrieves a concept scheme from the server in a blocking fashion, specified by the ID
- getDecayFunction() - Method in class org.cass.profile.EcAssertion
-
- getDecayFunctionAsync(Callback1<String>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getEvidence(int) - Method in class org.cass.profile.EcAssertion
-
- getEvidenceAsync(int, Callback1<String>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getEvidenceCount() - Method in class org.cass.profile.EcAssertion
-
- getExpirationDate() - Method in class org.cass.profile.EcAssertion
-
- getExpirationDateAsync(Callback1<Long>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getNameByPk(Callback1<String>, Callback1<String>, String) - Static method in class org.cass.profile.EcAssertion
-
- getNameByPkBlocking(EcPk) - Static method in class org.cass.profile.EcAssertion
-
- getNegative() - Method in class org.cass.profile.EcAssertion
-
- getNegativeAsync(Callback1<Boolean>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getSearchStringByTypeAndCompetency(EcCompetency) - Method in class org.cass.profile.EcAssertion
-
- getSubject() - Method in class org.cass.profile.EcAssertion
-
- getSubjectAsync(Callback1<EcPk>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- getSubjectName() - Method in class org.cass.profile.EcAssertion
-
- getSubjectNameAsync(Callback1<String>, Callback1<String>) - Method in class org.cass.profile.EcAssertion
-
- save(Callback1<String>, Callback1<String>, EcRepository) - Method in class org.cass.competency.EcAlignment
-
Saves this alignment details on the server corresponding to its ID
- save(Callback1<String>, Callback1<String>, EcRepository) - Method in class org.cass.competency.EcCompetency
-
Saves the competency details to the server
- save(Callback1<String>, Callback1<String>, EcRepository) - Method in class org.cass.competency.EcFramework
-
Saves this frameworks details on the server specified by it's ID
- save(Callback1<String>, Callback1<String>, EcRepository) - Method in class org.cass.competency.EcLevel
-
Saves this levels details to the server
- save(Callback1<String>, Callback1<String>, EcRepository) - Method in class org.cass.competency.EcRollupRule
-
Saves this rollup rules details on the server specified by its ID
- save(Callback1<String>, Callback1<String>, EcRepository) - Method in class org.cass.profile.EcAssertion
-
- search(EcRepository, String, Callback1<Array<EcAlignment>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcAlignment
-
Searches the repository using the query and optional parameters provided
- search(EcRepository, String, Callback1<Array<EcCompetency>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcCompetency
-
Searches a repository for competencies that match the search query
- search(EcRepository, String, Callback1<Array<EcFramework>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcFramework
-
Searches the repository given for frameworks using the query passed in
- search(EcRepository, String, Callback1<Array<EcLevel>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcLevel
-
Searches for levels with a string query
- search(EcRepository, String, Callback1<Array<EcRollupRule>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcRollupRule
-
Searches for levels with a string query
- search(EcRepository, String, Callback1<Array<EcAssertion>>, Callback1<String>, Object) - Static method in class org.cass.profile.EcAssertion
-
- search(EcRepository, String, Callback1<Array<EcConcept>>, Callback1<String>, Object) - Static method in class org.w3.skos.EcConcept
-
Searches a repository for competencies that match the search query
- search(EcRepository, String, Callback1<Array<EcConceptScheme>>, Callback1<String>, Object) - Static method in class org.w3.skos.EcConceptScheme
-
Searches the repository given for concept schemes using the query passed in
- searchByCompetency(EcRepository, String, Callback1<Array<EcAlignment>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcAlignment
-
Searches the repository for alignments with a specific ID in the target field
- searchByCompetency(EcRepository, String, Callback1<Array<EcLevel>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcLevel
-
Searches for levels using a competency that the results must be related to
- searchBySource(EcRepository, String, Callback1<Array<EcAlignment>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcAlignment
-
Searches the repository for alignments with a specific ID in the source field
- searchBySources(EcRepository, Array<String>, Callback1<Array<EcAlignment>>, Callback1<String>, Object) - Static method in class org.cass.competency.EcAlignment
-
Searches the repository for alignments with one of an array of IDs in the source field
- setAgent(EcPk) - Method in class org.cass.profile.EcAssertion
-
- setAssertionDate(Long) - Method in class org.cass.profile.EcAssertion
-
- setCompetency(String) - Method in class org.cass.profile.EcAssertion
-
- setConfidence(Double) - Method in class org.cass.profile.EcAssertion
-
- setDecayFunction(String) - Method in class org.cass.profile.EcAssertion
-
- setDescription(String) - Method in class org.cass.competency.EcAlignment
-
Setter for alignment description
- setDescription(String) - Method in class org.cass.competency.EcLevel
-
Method to set the description of the level
- setDescription(String) - Method in class org.cass.competency.EcRollupRule
-
Method for setting a rollup rule description
- setEvidence(Array<String>) - Method in class org.cass.profile.EcAssertion
-
- setExpirationDate(Long) - Method in class org.cass.profile.EcAssertion
-
- setLevel(String) - Method in class org.cass.profile.EcAssertion
-
- setName(String) - Method in class org.cass.competency.EcAlignment
-
Setter for alignment name
- setName(String) - Method in class org.cass.competency.EcLevel
-
Method to set the name of this level
- setName(String) - Method in class org.cass.competency.EcRollupRule
-
Method for setting a rollup rule name
- setNegative(Boolean) - Method in class org.cass.profile.EcAssertion
-
- setScope(String) - Method in class org.cass.competency.EcCompetency
-
Method to set competency scope
- setSubject(EcPk) - Method in class org.cass.profile.EcAssertion
-
Sets the subject of an assertion.