Modifier and Type | Method and Description |
---|---|
PropertyBuilder |
PropertyBuilder.attribute(String attribute) |
PropertyBuilder |
PropertyBuilder.attribute(String attribute,
String attributeValue) |
static PropertyBuilder |
PropertyBuilder.property(Property property) |
static PropertyBuilder |
PropertyBuilder.property(String name) |
Modifier and Type | Method and Description |
---|---|
LogBuilder |
LogBuilder.appendProperty(PropertyBuilder property) |
void |
OlogClientImpl.delete(PropertyBuilder property,
Collection<Long> logIds) |
void |
OlogClient.delete(PropertyBuilder property,
Collection<Long> logIds)
Remove the property property from the set of logs
logIds
|
void |
OlogClientImpl.delete(PropertyBuilder property,
Long logId) |
void |
OlogClient.delete(PropertyBuilder property,
Long logId)
Remove property property from the log with id logId
TODO: Should this be it's own service?
|
LogBuilder |
LogBuilder.property(PropertyBuilder property) |
Property |
OlogClientImpl.set(PropertyBuilder property) |
Property |
OlogClient.set(PropertyBuilder property)
Create or replace property property
TODO: test creation of a new property, test changing this property, test old log entries still have old property structure
|
Property |
OlogClientImpl.update(PropertyBuilder property) |
Property |
OlogClient.update(PropertyBuilder property)
Update an existing property,
TODO: check non destructive nature, old attributes should not be touched.
|
Log |
OlogClientImpl.update(PropertyBuilder property,
Long logId) |
Log |
OlogClient.update(PropertyBuilder property,
Long logId)
Update Property property by adding it to Log with id
logId
TODO : service invalid payload, need attribute and value
|
Modifier and Type | Method and Description |
---|---|
LogBuilder |
LogBuilder.withProperties(Set<PropertyBuilder> properties) |
Copyright © 2010-2014 Michigan State University. All Rights Reserved.