Package | Description |
---|---|
com.om.mxs.client.japi |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.createTextAttribute(java.lang.String key,
java.lang.String value)
Creates a searchable textual attribute.
|
static Attribute |
Attribute.createTextAttribute(java.lang.String key,
java.lang.String value,
boolean searchable)
Creates a searchable/non-searchable textual attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Attribute> |
ObjectAttributeView.iterator()
Returns an iterator to the user-defined attributes defined for the object this view relates to.
|
java.util.Iterator<Attribute> |
ObjectAttributeView.iterator(int attributesPerNetworkCall)
Returns an iterator to the user-defined attributes defined for the object this view relates to.
|
java.util.Set<Attribute> |
ObjectAttributeView.set()
Returns the set of user-defined attributes defined for the object this view relates to.
|
java.util.Set<Attribute> |
ObjectAttributeView.set(int attributesPerNetworkCall)
Returns the set of user-defined attributes defined for the object this view relates to.
|
Modifier and Type | Method and Description |
---|---|
MxsObject |
Vault.createObject(Attribute[] attributes)
Creates a new object without any data, just metadata.
|
static SearchTerm |
SearchTerm.createSimpleTerm(Attribute attribute)
Creates a simple key-value search term defined by an attribute instance
|
java.util.Set<java.lang.String> |
Vault.searchObjects(Attribute attribute,
int atOnce)
Searches for objects containing a specific metadata attribute.
|
java.util.Iterator<java.lang.String> |
Vault.searchObjectsIterator(Attribute attribute,
int atOnce)
Searches for objects containing a specific metadata attribute.
|
void |
ObjectTypedAttributeView.writeAttribute(Attribute attribute)
Write the given attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectTypedAttributeView.writeAllAttributes(java.util.Collection<Attribute> attributes)
Write all given attributes.
|