com.sas.drugdev.remote.repository
Interface RemoteContainer

All Superinterfaces:
Container, Node, RemoteNode

public interface RemoteContainer
extends RemoteNode, Container

Interface representing a container that lives in the server repository. It is immutable. If you wish to change the properties on the server side, you must construct and instance of ContainerBean to do so. Instances are created by the API and can't be constructed.


Method Summary
 boolean isDefaultVersioningEnabled()
           
 
Methods inherited from interface com.sas.drugdev.remote.repository.RemoteNode
canDelete, canManage, canRead, canWrite, getCreatedBy, getCreationDate, getLastModifiedBy, getLastModifiedDate, getName, getOwner
 
Methods inherited from interface com.sas.drugdev.remote.repository.Node
getId, getPath, getProperties, getType
 

Method Detail

isDefaultVersioningEnabled

public boolean isDefaultVersioningEnabled()