|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.metadata.MetadataTableMap
com.bigllc.retsiq.metadata.MetadataObject
public class MetadataObject
| Field Summary | |
|---|---|
static java.lang.String |
DESCRIPTION
|
static java.lang.String |
LOCATION_AVAILABILITY
|
static java.lang.String |
MAX_FILE_SIZE
|
static java.lang.String |
METADATA_ENTRY_ID
|
static java.lang.String |
MIME_TYPE
|
static java.lang.String |
OBJECT_COUNT
|
static java.lang.String |
OBJECT_DATA
|
static java.lang.String |
OBJECT_TIME_STAMP
|
static java.lang.String |
OBJECT_TYPE
|
static java.lang.String |
POST_SUPPORT
|
static java.lang.String |
STANDARD_NAME
|
static java.lang.String |
VISIBLE_NAME
|
| Fields inherited from class com.bigllc.retsiq.metadata.MetadataTableMap |
|---|
map, nameKey, parent |
| Constructor Summary | |
|---|---|
MetadataObject(java.util.Map<java.lang.String,java.lang.String> map)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeName()
|
java.lang.String |
getChildDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
|
java.util.List<? extends MetadataTableMap> |
getChildren(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
|
java.util.Map<java.lang.String,? extends MetadataTableMap> |
getChildrenLookup(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
|
java.lang.String |
getChildVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
|
java.lang.String |
getDescription()
|
java.util.List<java.lang.String> |
getDisplayKeys()
|
java.lang.String |
getLocationAvailability()
When true, indicates that the server will honour the Location=1 parameter at least for some Objects. |
int |
getMaxFileSize()
Indicates that maximum file size (in bytes) that is accepted by the server. |
java.lang.String |
getMaxFileSizeString()
Indicates that maximum file size (in bytes) that is accepted by the server. |
java.lang.String |
getMetadataEntryId()
A value that never changes as long as the semantic definition of this field remains unchanged. |
com.bigllc.retsiq.api.RETSConstants.MetadataType |
getMetadataType()
|
java.lang.String |
getMIMEType()
|
java.lang.String |
getObjectCount()
The SystemName of the field in a METADATATABLE that acts as the count for objects of this type. |
java.lang.String |
getObjectData()
Resource and Class of a table that provides additional data about objects described by this metadata. |
MetadataClass |
getObjectDataClass()
Return the class specified in the object data attribute if available and found. |
java.lang.String |
getObjectDataClassName()
Return the class name if the object data attribute is available. |
java.lang.String |
getObjectDataResourceId()
Return the resource id if the object data attribute is available. |
java.lang.String |
getObjectTimeStamp()
The SystemName of the field in a METADATATABLE that acts as the timestamp for objects of this type. |
java.lang.String |
getObjectType()
|
java.lang.String |
getPostSupport()
A value of 0 means that the PostObject transaction is unavailable for this object type. |
java.lang.String |
getVisibleName()
|
boolean |
hasLocationAvailability()
When true, indicates that the server will honour the Location=1 parameter at least for some Objects. |
boolean |
hasPostSupport()
Is the PostObject transaction available for this object type. |
void |
setChildDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.lang.String date)
|
void |
setChildrenList(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.util.List<? extends MetadataTableMap> children)
This method should be implemented to set the underlying list to the one passed. |
void |
setChildVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.lang.String version)
|
| Methods inherited from class com.bigllc.retsiq.metadata.MetadataTableMap |
|---|
addChild, find, get, getChild, getChildTypes, getDepth, getFullPath, getFullPathName, getKeys, getMap, getName, getNameKey, getParent, getPathStack, getReversePathStack, getRoot, getSystem, hasDuplicateChildren, hasEmptyAttribute, isChildOf, removeChild, removeChild, setChildren, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String METADATA_ENTRY_ID
public static final java.lang.String OBJECT_TYPE
public static final java.lang.String STANDARD_NAME
public static final java.lang.String MIME_TYPE
public static final java.lang.String VISIBLE_NAME
public static final java.lang.String DESCRIPTION
public static final java.lang.String OBJECT_TIME_STAMP
public static final java.lang.String OBJECT_COUNT
public static final java.lang.String LOCATION_AVAILABILITY
public static final java.lang.String POST_SUPPORT
public static final java.lang.String OBJECT_DATA
public static final java.lang.String MAX_FILE_SIZE
| Constructor Detail |
|---|
public MetadataObject(java.util.Map<java.lang.String,java.lang.String> map)
| Method Detail |
|---|
public java.lang.String getMetadataEntryId()
public java.lang.String getObjectType()
public java.lang.String getMIMEType()
public java.lang.String getDescription()
public java.lang.String getVisibleName()
public java.lang.String getObjectTimeStamp()
public java.lang.String getObjectCount()
public java.lang.String getPostSupport()
public boolean hasPostSupport()
public java.lang.String getLocationAvailability()
public boolean hasLocationAvailability()
public java.lang.String getObjectData()
public java.lang.String getObjectDataResourceId()
public java.lang.String getObjectDataClassName()
public MetadataClass getObjectDataClass()
public java.lang.String getMaxFileSizeString()
public int getMaxFileSize()
public com.bigllc.retsiq.api.RETSConstants.MetadataType getMetadataType()
getMetadataType in class MetadataTableMappublic java.lang.String getAttributeName()
getAttributeName in class MetadataTableMappublic java.lang.String getChildDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
getChildDate in class MetadataTableMappublic java.lang.String getChildVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
getChildVersion in class MetadataTableMap
public void setChildDate(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.lang.String date)
setChildDate in class MetadataTableMap
public void setChildVersion(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.lang.String version)
setChildVersion in class MetadataTableMappublic java.util.List<? extends MetadataTableMap> getChildren(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
getChildren in class MetadataTableMap
public void setChildrenList(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
java.util.List<? extends MetadataTableMap> children)
MetadataTableMap
setChildrenList in class MetadataTableMaptype - the metadata type of the listchildren - the list containing the children nodes.public java.util.Map<java.lang.String,? extends MetadataTableMap> getChildrenLookup(com.bigllc.retsiq.api.RETSConstants.MetadataType type)
getChildrenLookup in class MetadataTableMappublic java.util.List<java.lang.String> getDisplayKeys()
getDisplayKeys in class MetadataTableMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||