|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.swing.models.remotefileselector2.informationservices.InformationServicesFileMetadata
@SASScope(value="ALL") public class InformationServicesFileMetadata
InformationServicesFileMetadata defines a class that contains the file metadata returned
through calls to the Information Service.
| Constructor Summary | |
|---|---|
InformationServicesFileMetadata(com.sas.services.information.browse.BrowseMetadataInterface item)
Constructs an InformationServicesFileMetadata object that holds the information of the BrowseMetadataInterface item. |
|
InformationServicesFileMetadata(com.sas.services.publish.EntryInterface item)
Constructs an InformationServicesfileMetadata object that holds the information for an EntryInterface item. |
|
InformationServicesFileMetadata(com.sas.services.information.RepositoryInterface reposItem)
Constructs an InformationServicesFileMetadata object that holds the information of the RepositoryInterface item |
|
| Method Summary | |
|---|---|
java.util.Date |
getCreatedDate()
Returns the datetime the file was last modified. |
java.lang.String |
getDescription()
Returns the description of the the information service file or folder. |
java.lang.String |
getISEntityKey()
Returns the InformationService entity key associated with the item. |
java.util.List |
getKeywords()
Returns a List of strings showing the information service file keywords. |
java.lang.String |
getLocation()
The path associated with the item. |
java.util.Date |
getModifiedDate()
Returns the datetime the file was last modified. |
java.lang.String |
getName()
Returns the name of the item. |
java.lang.String |
getOwner()
Returns the author of the information service file. |
java.lang.String |
getSmartType()
Returns the InformationService entity key associated with the item. |
boolean |
isFolder()
Returns whether the item is a folder. |
protected void |
setLocation(java.lang.String path)
Allows setting of the path information for the item. |
| Methods inherited from interface com.sas.swing.models.remotefileselector2.RemoteFileMetadataInterface |
|---|
toString |
| Constructor Detail |
|---|
public InformationServicesFileMetadata(com.sas.services.information.browse.BrowseMetadataInterface item)
item - the BrowseMetadataInterface item used to extract informationpublic InformationServicesFileMetadata(com.sas.services.publish.EntryInterface item)
item - EntryInterfacepublic InformationServicesFileMetadata(com.sas.services.information.RepositoryInterface reposItem)
item - the RepositoryInterface item used to extract information| Method Detail |
|---|
public java.lang.String getName()
getName in interface RemoteFileMetadataInterface#setName(String)public boolean isFolder()
isFolder in interface RemoteFileMetadataInterface#setDrillable(boolean)public java.lang.String getLocation()
getLocation in interface RemoteFileMetadataInterface#setPath(String)protected void setLocation(java.lang.String path)
the - path in SBIP URL formpublic java.lang.String getOwner()
public java.util.Date getModifiedDate()
public java.util.Date getCreatedDate()
public java.util.List getKeywords()
public java.lang.String getDescription()
public java.lang.String getISEntityKey()
public java.lang.String getSmartType()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||