com.sas.hls.resource.repository
Class RepositoryContainer
java.lang.Object
com.sas.hls.resource.repository.RepositoryResource
com.sas.hls.resource.repository.RepositoryContainer
- All Implemented Interfaces:
- Identifiable, Resource, AclContainerSecurable, AclSecurable, Serializable
- Direct Known Subclasses:
- RepositoryFolder
public class RepositoryContainer
- extends RepositoryResource
- implements AclContainerSecurable
Client side representation of a generic container in the SAS Drug Development repository.
- See Also:
- Serialized Form
RepositoryContainer
@Deprecated
public RepositoryContainer(String path,
Date lastModified,
List<Attribute> attributes)
- Deprecated.
- Parameters:
path
- Path of the resource in the repositorylastModified
- The date the resource was last modifiedattributes
- Attributes defined on the resource.
RepositoryContainer
public RepositoryContainer(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 repository containerobjectType
- object type of the repository containerpath
- Path of the resource in the repositorylastModified
- The date the resource was last modifiedattributes
- Attributes defined on the resource.
Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA