com.sas.hls.resource.repository
Class RepositoryFolder
java.lang.Object
com.sas.hls.resource.repository.RepositoryResource
com.sas.hls.resource.repository.RepositoryContainer
com.sas.hls.resource.repository.RepositoryFolder
- All Implemented Interfaces:
- Identifiable, Resource, AclContainerSecurable, AclSecurable, Serializable
public class RepositoryFolder
- extends RepositoryContainer
Client side representation of a folder in the SAS Drug Development repository.
- See Also:
- Serialized Form
RepositoryFolder
public RepositoryFolder(String identifier,
String objectType,
String path,
Date lastModified,
List<Attribute> attributes)
- It is not intended or recommended that the consumer of the api construct these objects. They should only deal with the RepositoryResource objects returned by the api.
- Parameters:
identifier
- identifier of the folderobjectType
- object type of the folderpath
- Path of the folder in the repositorylastModified
- The date the folder was last modifiedattributes
- Attributes defined on the folder.
Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA