com.esri.gpt.framework.ckan
Interface CkanPackage
public interface CkanPackage
Package.
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()
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.