public class CfdFramework extends EcFramework
templatecompetency, level, myType, relation, rollupRuleabout, accessibilityAPI, accessibilityControl, accessibilityFeature, accessibilityHazard, accessibilitySummary, accessMode, accessModeSufficient, accountablePerson, aggregateRating, alternativeHeadline, associatedMedia, audience, audio, author, award, awards, character, citation, comment, commentCount, contentLocation, contentRating, contributor, copyrightHolder, copyrightYear, creator, dateCreated, dateModified, datePublished, discussionUrl, editor, educationalAlignment, educationalUse, encoding, encodings, exampleOfWork, fileFormat, funder, genre, hasPart, headline, inLanguage, interactionStatistic, interactivityType, isAccessibleForFree, isBasedOn, isBasedOnUrl, isFamilyFriendly, isPartOf, keywords, learningResourceType, license, locationCreated, mainEntity, material, mentions, offers, position, producer, provider, publication, publisher, publishingPrinciples, recordedAt, releasedEvent, review, reviews, schemaVersion, sourceOrganization, spatialCoverage, sponsor, temporalCoverage, text, thumbnailUrl, timeRequired, translator, typicalAgeRange, version, video, workExampleadditionalType, alternateName, description, disambiguatingDescription, identifier, image, mainEntityOfPage, name, potentialAction, sameAs, url| Constructor and Description |
|---|
CfdFramework() |
| Modifier and Type | Method and Description |
|---|---|
void |
_delete(org.stjs.javascript.functions.Callback1<String> success,
org.stjs.javascript.functions.Callback1<String> failure)
Deletes this framework from the server specified by it's ID
|
static void |
cfdGet(String id,
org.stjs.javascript.functions.Callback1<CfdFramework> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a framework from the server, specified by the ID
|
static CfdFramework |
cfdGetBlocking(String id)
Retrieves a framework from the server in a blocking fashion, specified by the ID
|
static void |
cfdSearch(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<CfdFramework>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches the repository given for frameworks using the query passed in
|
addCompetency, addLevel, addRelation, addRollupRule, asAsnJson, equals, get, getBlocking, removeCompetency, removeLevel, removeRelation, removeRollupRule, save, searchgetDescription, getDisplayStringFrom, getName, setDescription, setNameaddOwner, addReader, asNQuads, asRdfXml, assignId, assignIdAndVersion, asTurtle, canEdit, canEditAny, generateId, generateShortId, getDottedType, getGuid, getSearchStringByType, getServerBaseUrl, getTimestamp, hasOwner, hasReader, invalid, isId, removeOwner, removeReader, shortId, signWith, toSignableJson, trimVersionFromUrl, updateTimestamp, verify, veryShortIdpublic static void cfdGet(String id, org.stjs.javascript.functions.Callback1<CfdFramework> success, org.stjs.javascript.functions.Callback1<String> failure)
{String} - id
ID of the framework to retrieve{Callback1} - success
Callback triggered after successfully retrieving the framework,
returns the retrieved framework{Callback1} - failure
Callback triggered if an error occurs while retrieving the frameworkpublic static CfdFramework cfdGetBlocking(String id)
{String} - id
ID of the framework to retrieve{Callback1} - success
Callback triggered after successfully retrieving the framework,
returns the retrieved framework{Callback1} - failure
Callback triggered if an error occurs while retrieving the frameworkpublic static void cfdSearch(EcRepository repo, String query, org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<CfdFramework>> success, org.stjs.javascript.functions.Callback1<String> failure, Object paramObj)
{EcRepository} - repo
Repository to search for frameworks{String} - query
Query string used to search for a framework{Callback1} - success
Callback triggered when the search successfully returns,
returns search results{Callback1} - failure
Callback triggered if an error occurs while searching{Object} - paramObj
Parameter object for searchsize - start - public void _delete(org.stjs.javascript.functions.Callback1<String> success, org.stjs.javascript.functions.Callback1<String> failure)
_delete in class EcFramework{Callback1} - success
Callback triggered if successfully deleted framework{Callback1} - failure
Callback triggered if error occurs when deleting the frameworkCopyright © 2019 Eduworks Corporation. All rights reserved.