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 representation of a folder stored in the 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 RepositoryFolder objects returned by the API.
- Parameters:
identifier
- The identifier of this repository folder.objectType
- The object type of this repository folder.path
- The path of this repository folder.lastModified
- The date this repository folder was last modified.attributes
- The attributes defined on this repository folder.
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA