com.sas.hls.resource.repository
Class RepositoryContainer

java.lang.Object
  extended by com.sas.hls.resource.repository.RepositoryResource
      extended by 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 representation of a generic container stored in the repository.

See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class com.sas.hls.resource.repository.RepositoryResource
equals, getAttribute, getAttributes, getIdentifier, getLastModifiedDate, getObjectType, getPath, hashCode, setAttributes, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sas.hls.common.Identifiable
getIdentifier, getObjectType
 

Constructor Detail

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 RepositoryContainer objects returned by the API.

Parameters:
identifier - The identifier of this repository container.
objectType - The object type of this repository container.
path - The path of this repository container.
lastModified - The date this repository container was last modified.
attributes - The attributes defined on this repository container.


Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA