Esri Geoportal Server
1.2.9

com.esri.gpt.framework.ckan
Interface CkanPackage


public interface CkanPackage

Package.


Method Summary
 String getAuthor()
           
 String getAuthorEmail()
           
 Date getCreateDate()
           
 String getCreatorUserId()
           
 List<CkanExtra> getExtras()
           
 List<CkanGroup> getGroups()
           
 String getId()
           
 Boolean getIsOpen()
           
 org.json.JSONObject getJson()
           
 String getLicenseId()
           
 String getLicenseTitle()
           
 URL getLicenseUrl()
           
 String getMaintainer()
           
 String getMaintainerEmail()
           
 String getName()
           
 String getNotes()
           
 Long getNumResources()
           
 Long getNumTags()
           
 String getOrganization()
           
 String getOwnerOrg()
           
 Boolean getPrivate()
           
 List<CkanRelationship> getRelationshipsAsObject()
           
 List<CkanRelationship> getRelationshipsAsSubject()
           
 List<CkanResource> getResources()
           
 String getRevisionId()
           
 Date getRevisionTimestamp()
           
 String getState()
           
 List<CkanTag> getTags()
           
 String getTitle()
           
 CkanTrackingSummary getTrackingSummary()
           
 String getType()
           
 Date getUpdateDate()
           
 URL getUrl()
           
 String getVersion()
           
 

Method Detail

getJson

org.json.JSONObject getJson()

getId

String getId()

getTitle

String getTitle()

getCreateDate

Date getCreateDate()

getUpdateDate

Date getUpdateDate()

getNotes

String getNotes()

getAuthor

String getAuthor()

getResources

List<CkanResource> getResources()

getLicenseTitle

String getLicenseTitle()

getMaintainer

String getMaintainer()

getRelationshipsAsObject

List<CkanRelationship> getRelationshipsAsObject()

getRelationshipsAsSubject

List<CkanRelationship> getRelationshipsAsSubject()

getPrivate

Boolean getPrivate()

getMaintainerEmail

String getMaintainerEmail()

getNumTags

Long getNumTags()

getAuthorEmail

String getAuthorEmail()

getState

String getState()

getVersion

String getVersion()

getCreatorUserId

String getCreatorUserId()

getType

String getType()

getNumResources

Long getNumResources()

getTags

List<CkanTag> getTags()

getGroups

List<CkanGroup> getGroups()

getLicenseId

String getLicenseId()

getOrganization

String getOrganization()

getName

String getName()

getIsOpen

Boolean getIsOpen()

getUrl

URL getUrl()

getOwnerOrg

String getOwnerOrg()

getExtras

List<CkanExtra> getExtras()

getRevisionId

String getRevisionId()

getTrackingSummary

CkanTrackingSummary getTrackingSummary()

getLicenseUrl

URL getLicenseUrl()

getRevisionTimestamp

Date getRevisionTimestamp()

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.