Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SetAttribute<Property,Attribute> |
Property_.attributes |
static javax.persistence.metamodel.SingularAttribute<Property,Long> |
Property_.id |
static javax.persistence.metamodel.SingularAttribute<Property,String> |
Property_.name |
static javax.persistence.metamodel.SingularAttribute<Attribute,Property> |
Attribute_.property |
static javax.persistence.metamodel.SingularAttribute<Property,State> |
Property_.state |
Modifier and Type | Method and Description |
---|---|
static Property |
PropertyManager.create(Property property)
Creates a property in the database.
|
static Property |
AttributeManager.create(Property property,
String attributeName)
Creates a property in the database.
|
static Property |
PropertyManager.create(String propertyName)
Creates a property in the database.
|
static Property |
PropertyManager.findProperty(String propertyName)
Finds a tag in the database by name.
|
Property |
Attribute.getProperty() |
Property |
XmlProperty.toProperty() |
Modifier and Type | Method and Description |
---|---|
static Set<Property> |
PropertyManager.findAll()
Returns the list of tags in the database.
|
Modifier and Type | Method and Description |
---|---|
void |
OlogImpl.checkPropertyName(String propertyName,
Property data)
Check the property name in data with the property name in the
URL.
|
static Property |
PropertyManager.create(Property property)
Creates a property in the database.
|
static Property |
AttributeManager.create(Property property,
String attributeName)
Creates a property in the database.
|
static Set<Attribute> |
AttributeManager.findAll(Property property)
Returns the list of set attribute in the database.
|
static Attribute |
AttributeManager.findAttribute(Property property,
String attributeName)
Finds a tag in the database by name.
|
static void |
AttributeManager.remove(Property property,
String attributeName)
Remove a attribute (mark as Inactive).
|
void |
Attribute.setProperty(Property property) |
static String |
Property.toLogger(Property data)
Creates a compact string representation for the log.
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.