|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.metadata.dav.DAVPackage
public class DAVPackage
Represent a sas result package in the DAV store. The collection contains the SAS package
results. The DAV resource has the property {Constants.NS_PUBLISH_WEBDAV_URI}type
set to package
Field Summary |
---|
Fields inherited from class com.sas.services.information.metadata.dav.DAVEntity |
---|
_acl, _descAttribute, _fullUrl, _name, _nameAttribute, _objectClass, _properties, _repos, _reposId, _resource, _schemaProperties, aclList, content, hasBeenFetched, LOCAL, UNSET |
Constructor Summary | |
---|---|
DAVPackage(com.sas.services.information.RepositoryData entity)
Creates a new DAVPackage from the information in the entity |
|
DAVPackage(RepositoryInterface repos,
java.lang.String reposId)
Creates a new DAVPackage for the entity with a repository id reposId
in the repository repos |
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Get the "abstract" property using the SASDAV_NAMESPACE namespace. |
java.lang.String |
getCreationDate()
Get the "creationDateTime" property using the SASDAV_NAMESPACE namespace. |
java.lang.String |
getCreationDateNumeric()
Get the "creationDateTimeNumeric" property using the SASDAV_NAMESPACE namespace. |
java.lang.String |
getDescription()
Return the description. |
java.lang.String |
getExpirationDate()
Get the "expirationDateTime" property using the SASDAV_NAMESPACE namespace. |
java.lang.String |
getExpirationDateNumeric()
Get the "expirationDateTimeNumeric" property using the SASDAV_NAMESPACE namespace. |
java.lang.String |
getObjectClass()
Object class is "package". |
java.lang.String |
getPublisherAlias()
Return the publisher alias information. |
java.lang.String |
getPublisherURI()
Return the publisher URI. |
java.lang.String |
getType()
Type is "package". |
java.util.Map |
getUserProperties()
Get the user properties defined for the package. |
Methods inherited from class com.sas.services.information.metadata.dav.DAVFolder |
---|
addEntity, createFolder, createFolder, createItem, createItem, getEntities, getItem, getItems, refresh, refresh, setItems |
Methods inherited from class com.sas.services.information.metadata.dav.DAVEntity |
---|
addAccessControlEntry, addAttribute, addAttributes, addUpdateMultiple, addUpdateSingle, clearLocalLists, commitUpdates, copy, delete, deleteAttribute, deleteAttributes, fetchEntity, getAccessControlList, getACL, getAttribute, getAttributes, getCreateDate, getDAVResource, getFolder, getGUID, getModifyDate, getName, getProperties, getRemarksKeys, getRemoveUpdates, getReposId, getRepository, getSetUpdates, getUpdateableACL, getUrl, getURL, isCollection, isDeleted, isUpdatePending, move, refresh, removeAccessControlEntry, setAccessControls, setACL, setAttribute, setAttributes, setContentClass, setDeleted, setDescription, setGUID, setName, setRemarksKeys, setReposId, setRepository, toString, update |
Methods inherited from interface com.sas.services.information.metadata.dav.DAVEntityInterface |
---|
addAccessControlEntry, copy, delete, getAccessControlList, getACL, getCreateDate, getDAVResource, getFolder, getGUID, getModifyDate, getName, getProperties, getRemarksKeys, getRemoveUpdates, getReposId, getRepository, getSetUpdates, getUpdateableACL, getUrl, getURL, isCollection, isDeleted, isUpdatePending, move, refresh, removeAccessControlEntry, setACL, setContentClass, setDeleted, setDescription, setGUID, setName, setRemarksKeys, setReposId, update |
Methods inherited from interface com.sas.services.information.metadata.dav.AttributesInterface |
---|
addAttribute, addAttributes, deleteAttribute, deleteAttributes, getAttribute, getAttributes, setAttribute, setAttributes |
Constructor Detail |
---|
public DAVPackage(RepositoryInterface repos, java.lang.String reposId)
reposId
in the repository repos
public DAVPackage(com.sas.services.information.RepositoryData entity)
Method Detail |
---|
public java.lang.String getCreationDate()
public java.lang.String getExpirationDate()
public java.lang.String getCreationDateNumeric()
public java.lang.String getExpirationDateNumeric()
public java.lang.String getAbstract()
public java.util.Map getUserProperties()
public java.lang.String getObjectClass()
getObjectClass
in class DAVEntity
public java.lang.String getType()
getType
in interface DAVEntityInterface
getType
in class DAVEntity
public java.lang.String getDescription()
getDescription
in interface DAVEntityInterface
getDescription
in class DAVEntity
public java.lang.String getPublisherURI()
public java.lang.String getPublisherAlias()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |