|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.request.Record
com.esri.gpt.catalog.management.MmdRecord
public class MmdRecord
Represents a metadata record associated with a manage metadata request.
| Constructor Summary | |
|---|---|
MmdRecord()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getApprovalStatus()
Gets the approval status. |
String |
getApprovalStatusMsg()
Gets the approval status resource bundle message. |
boolean |
getCanEdit()
Gets the editable status for the document. |
String |
getCurrentMetadataAccessPolicy()
Gets the document current access policy. |
String |
getCurrentMetadataAccessPolicyKeys()
Gets the document current access policy. |
boolean |
getFindable()
Checks if record is findable. |
String |
getFormattedUpdateDate()
Gets the formatted update date. |
HrRecord.HarvestFrequency |
getHarvestFrequency()
Gets harvest frequency. |
String |
getHostUrl()
Gets host URL. |
Timestamp |
getLastHarvestDate()
Gets last harvest date. |
int |
getLocalId()
Gets local id. |
String |
getMetadataAccessPolicyType()
Gets the document Metadata Access policy type. |
String |
getName()
|
String |
getOwnerName()
Gets the document owner name (username). |
Protocol |
getProtocol()
Gets protocol. |
String |
getPublicationMethod()
Gets the publication method. |
String |
getPublicationMethodMsg()
Gets the publication method resource bundle message. |
HrRecord.RecentJobStatus |
getRecentJobStatus()
Gets recent job status. |
boolean |
getSearchable()
Checks if records is searchable. |
boolean |
getSendNotification()
Gets flag to check if send harvest notification. |
String |
getSiteUuid()
Gets the site UUID. |
boolean |
getSynchronizable()
Checks if records is synchronizable. |
Timestamp |
getSystemUpdateDate()
Gets the system update date. |
String |
getTitle()
Gets the title. |
String |
getUuid()
Gets the document UUID. |
boolean |
isExecutingLocally()
Checks if synchronization of this resource is being executed locally. |
QueryBuilder |
newQueryBuilder(IterationContext iterationContext)
Creates new query builder. |
void |
setApprovalStatus(String status)
Sets the approval status. |
void |
setApprovalStatusMsg(String msg)
Sets the approval status resource bundle message. |
protected void |
setCanEdit(boolean canEdit)
Sets the editable status for the document. |
void |
setCurrentMetadataAccessPolicy(String currentMetadataAccessPolicy)
Sets the document current access policy. |
void |
setCurrentMetadataAccessPolicyKeys(String currentMetadataAccessPolicyKeys)
Sets the document current access policy. |
void |
setFindable(boolean findable)
Sets record is findable. |
void |
setFormattedUpdateDate(String date)
Sets the formatted update date. |
void |
setHarvestFrequency(HrRecord.HarvestFrequency harvestFrequency)
Sets harvest frequency. |
void |
setHostUrl(String hostUrl)
Sets host URL. |
void |
setLastHarvestDate(Timestamp lastHarvestDate)
Sets last harvest date. |
void |
setLocalId(int localId)
Sets local id. |
void |
setMetadataAccessPolicyType(String metadataAccessPolicyType)
Sets the document Metadata Access policy type. |
void |
setOwnerName(String name)
Sets the document owner name (username). |
void |
setProtocol(Protocol harvestProtocol)
Sets protocol. |
void |
setPublicationMethod(String method)
Sets the publication method. |
void |
setPublicationMethodMsg(String msg)
Sets the publication method resource bundle message. |
void |
setRecentJobStatus(HrRecord.RecentJobStatus _recentJobStatus)
Sets recent job status. |
void |
setSearchable(boolean searchable)
Sets records is searchable. |
void |
setSendNotification(boolean sendNotification)
Sets flag to check if send harvest notification. |
void |
setSiteUuid(String uuid)
Sets the site UUID. |
void |
setSynchronizable(boolean synchronizable)
Sets records is synchronizable. |
void |
setSystemUpdateDate(Timestamp date)
Sets the system update date. |
void |
setTitle(String title)
Sets the title. |
void |
setUuid(String uuid)
Sets the document UUID. |
| Methods inherited from class com.esri.gpt.framework.request.Record |
|---|
getIsSelected, setIsSelected |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MmdRecord()
| Method Detail |
|---|
public String getApprovalStatus()
public void setApprovalStatus(String status)
status - the approval statuspublic String getApprovalStatusMsg()
public void setApprovalStatusMsg(String msg)
msg - the approval status messagepublic boolean getCanEdit()
protected void setCanEdit(boolean canEdit)
canEdit - true if the document can be editedpublic String getFormattedUpdateDate()
public void setFormattedUpdateDate(String date)
date - the formatted update datepublic String getOwnerName()
public void setOwnerName(String name)
name - the document owner namepublic String getPublicationMethod()
public void setPublicationMethod(String method)
method - the publication methodpublic String getPublicationMethodMsg()
public void setPublicationMethodMsg(String msg)
msg - the publication method messagepublic Timestamp getSystemUpdateDate()
public void setSystemUpdateDate(Timestamp date)
date - the system update datepublic String getTitle()
public void setTitle(String title)
title - the titlepublic String getUuid()
public void setUuid(String uuid)
uuid - the UUIDpublic String getSiteUuid()
public void setSiteUuid(String uuid)
uuid - site UUIDpublic String getMetadataAccessPolicyType()
public void setMetadataAccessPolicyType(String metadataAccessPolicyType)
metadataAccessPolicyType - access policy typepublic String getCurrentMetadataAccessPolicy()
public void setCurrentMetadataAccessPolicy(String currentMetadataAccessPolicy)
currentMetadataAccessPolicy - access policypublic String getCurrentMetadataAccessPolicyKeys()
public void setCurrentMetadataAccessPolicyKeys(String currentMetadataAccessPolicyKeys)
currentMetadataAccessPolicyKeys - access policy keyspublic int getLocalId()
public void setLocalId(int localId)
localId - local idpublic String getHostUrl()
public void setHostUrl(String hostUrl)
hostUrl - host URLpublic Protocol getProtocol()
public void setProtocol(Protocol harvestProtocol)
harvestProtocol - protocolpublic HrRecord.HarvestFrequency getHarvestFrequency()
public void setHarvestFrequency(HrRecord.HarvestFrequency harvestFrequency)
harvestFrequency - harvest frequencypublic boolean getSendNotification()
public void setSendNotification(boolean sendNotification)
sendNotification - flag to check if send harvest notificationpublic Timestamp getLastHarvestDate()
public void setLastHarvestDate(Timestamp lastHarvestDate)
lastHarvestDate - last harvest datepublic HrRecord.RecentJobStatus getRecentJobStatus()
public boolean isExecutingLocally()
true if synchronization of this resource is being executed locallypublic void setRecentJobStatus(HrRecord.RecentJobStatus _recentJobStatus)
_recentJobStatus - recent job statuspublic String getName()
public boolean getFindable()
true if record is findablepublic void setFindable(boolean findable)
findable - true to make record is findablepublic boolean getSynchronizable()
true if records is synchronizablepublic void setSynchronizable(boolean synchronizable)
synchronizable - true to make records is synchronizablepublic boolean getSearchable()
true if records is searchablepublic void setSearchable(boolean searchable)
searchable - public QueryBuilder newQueryBuilder(IterationContext iterationContext)
iterationContext - iteration context (can be null)
null if no protocol
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||