com.sas.hls.resource.repository
Class RepositoryFolder

java.lang.Object
  extended by com.sas.hls.resource.repository.RepositoryResource
      extended by com.sas.hls.resource.repository.RepositoryContainer
          extended by 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

Constructor Summary
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.
 
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

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