|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
info.sswap.http.representation | |
info.sswap.http.representation.json | |
info.sswap.http.rest |
Uses of Property in info.sswap.http.representation |
---|
Fields in info.sswap.http.representation with type parameters of type Property | |
---|---|
private java.util.Map<java.lang.String,Property> |
Entity.properties
The multi-map of properties. |
Methods in info.sswap.http.representation that return Property | |
---|---|
Property |
Entity.getProperty(java.lang.String name)
Gets all the properties with the given name (URI). |
Methods in info.sswap.http.representation with parameters of type Property | |
---|---|
void |
Entity.addProperty(Property property)
Adds a new property |
Constructor parameters in info.sswap.http.representation with type arguments of type Property | |
---|---|
Entity(java.lang.String uri,
java.util.Collection<Property> properties)
Creates a new entity with the specified uri and properties |
Uses of Property in info.sswap.http.representation.json |
---|
Methods in info.sswap.http.representation.json that return Property | |
---|---|
static Property |
JsonPropertyFactory.buildProperty(org.json.JSONObject enclosingObject,
java.lang.String key,
Prefixes prefixes)
Builds a Property object (and its associated Value, if applicable). |
Methods in info.sswap.http.representation.json with parameters of type Property | |
---|---|
private static LiteralValue |
JsonPropertyFactory.buildLiteralValueFromJSONObject(org.json.JSONObject valueObject,
Property property,
Prefixes prefixes)
Builds a property value object/reads information about the property (for complex property representations like "prefix:property" : { "value" : "42" } -- since only the complex representations can set datatype and cardinality restrictions). |
private static Value |
JsonPropertyFactory.buildValueFromComplexRepresentation(org.json.JSONObject valueObject,
Property property,
Prefixes prefixes)
Builds a value based on the complex form of value representation (e.g., { "value" : 42, "cardinality" : [ 0, 1 ] } or a nested entity). |
private static void |
JsonPropertyFactory.processCardinality(org.json.JSONObject valueObject,
Property property)
Processes cardinality restriction definition. |
Uses of Property in info.sswap.http.rest |
---|
Methods in info.sswap.http.rest with parameters of type Property | |
---|---|
private void |
ProtocolFactory.assignValue(info.sswap.api.model.SSWAPIndividual entity,
Property jsonProperty,
Value jsonValue)
|
private void |
EntityFactory.initializePropertyValue(info.sswap.api.model.SSWAPIndividual entity,
Property jsonProperty,
Value jsonValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |