public class RepositoryFolder extends RepositoryContainer
RepositoryItem.State, RepositoryItem.Syncable
Constructor and Description |
---|
RepositoryFolder(String typeId,
String id,
String name,
String path,
long revision,
RepositoryItem.State state,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
String propertiesLastModifiedBy,
Date propertiesLastModified,
String description,
RepositoryItem.Syncable syncable,
List<Attribute> attributes,
VersionLimits defaultVersionLimits)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
getDefaultVersionLimits, setDefaultVersionLimits
getAttributes, getCreated, getCreatedBy, getDescription, getLastModified, getLastModifiedBy, getName, getPath, getPropertiesLastModified, getPropertiesLastModifiedBy, getRevision, getState, getSyncable, setAttributes, setDescription, setSyncable
getId, getTypeId
public RepositoryFolder(String typeId, String id, String name, String path, long revision, RepositoryItem.State state, String createdBy, Date created, String lastModifiedBy, Date lastModified, String propertiesLastModifiedBy, Date propertiesLastModified, String description, RepositoryItem.Syncable syncable, List<Attribute> attributes, VersionLimits defaultVersionLimits)
typeId
- The object type identifier of the repository folder.id
- The unique identifier of the repository folder.name
- The name of the folder.path
- The full path to the folder in the repository, which includes the name.revision
- The internally managed revision number of the repository folder.state
- The current state of the repository folder.createdBy
- The user who created the repository folder.created
- The date on which the repository folder was created.lastModifiedBy
- The user who last modified the repository folder's content.lastModified
- The date on which the repository folder's content was last modified.propertiesLastModifiedBy
- The user who last modified the repository folder's properties.propertiesLastModified
- The date on which the repository folder's properties were last modified.description
- The description of the folder.syncable
- Indicates whether the folder can be copied to the user's workspace.attributes
- The extended attributes that are defined on the repository folder.defaultVersionLimits
- The default version limits for new versioned files that are added to the container.public int hashCode()
hashCode
in class RepositoryContainer
public boolean equals(Object obj)
equals
in class RepositoryContainer
public String toString()
toString
in class RepositoryContainer
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>