Constructors
constructor
- new ObjectBuilder(defs): ObjectBuilder
-
Methods
buildLiteral
- buildLiteral(store, node, property, type, dkey, dval): void
-
Parameters
-
store: any
-
node: string
-
property: string
-
type: string
-
dkey: string
-
dval: any
Returns void
buildObject
- buildObject(store, propertyDef, dval, cache, baseUri): string
-
Parameters
-
store: any
-
-
dval: any
-
cache: PropertyCache
-
baseUri: string
Returns string
buildResource
- buildResource(store, type, node, obj, cache, baseUri?): void
-
Parameters
-
store: any
-
type: string
-
node: string
-
obj: any
-
cache: PropertyCache
-
baseUri: string = ''
Returns void
decodeArray
- decodeArray(store, nodeUri, literalVal, type, propKey, cache): any[]
-
Parameters
-
store: any
-
nodeUri: string
-
literalVal: boolean
-
type: string
-
propKey: string
-
cache: PropertyCache
Returns any[]
decodeLiteral
- decodeLiteral(type, propKey, value): undefined | string | number | boolean | Date
-
Parameters
-
type: string
-
propKey: string
-
value: any
Returns undefined | string | number | boolean | Date
decodeResource
- decodeResource(store, nodeUri, cache, specifyType?): {
[key: string]: any;
}
-
Parameters
-
store: any
-
nodeUri: any
-
cache: PropertyCache
-
specifyType: string = ''
Returns {
[key: string]: any;
}
getAllProperties
- getAllProperties(type, cache): AbstractPropertyMap
-
Parameters
-
type: string
-
cache: PropertyCache
Returns AbstractPropertyMap
getAllPropertyUris
- getAllPropertyUris(type, cache): {
[key: string]: string;
}
-
Parameters
-
type: string
-
cache: PropertyCache
Returns {
[key: string]: string;
}
getType
- getType(store, nodeUri): null | string
-
Parameters
-
store: any
-
nodeUri: string
Returns null | string
getUriForUUID
- getUriForUUID(store, uuid): null | string
-
Returns null | string
isItemList
- isItemList(store, term): boolean
-
Returns boolean
isLiteral
- isLiteral(type): boolean
-
Returns boolean