public class RepositoryContext extends RepositoryContainer
RepositoryItem.State, RepositoryItem.Syncable
Constructor and Description |
---|
RepositoryContext(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)
Deprecated.
As of Java API 2.2.1.
|
RepositoryContext(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
getAttributes, getCreated, getCreatedBy, getDescription, getLastModified, getLastModifiedBy, getName, getPath, getPropertiesLastModified, getPropertiesLastModifiedBy, getRevision, getState, getSyncable, setAttributes, setDescription, setSyncable
getId, getTypeId
public RepositoryContext(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 context.id
- the unique identifier of the repository context.name
- the name of the context.path
- the full path of this context in the repository, which includes the name.revision
- the internally managed revision number of the repository context.state
- the current state of the repository context.createdBy
- the user who created this repository context.created
- the date on which repository context was created..lastModifiedBy
- the user who last modified the repository context's content.lastModified
- the date on which repository context's content was last modified.propertiesLastModifiedBy
- the user who last modified the repository context's properties.propertiesLastModified
- the date the repository context's properties were last modified.description
- the description of the context.syncable
- whether the context can be copied to the user's workspace.attributes
- the extended attributes defined on the repository context.defaultVersionLimits
- the default version limits for any new versioned files added to the container.@Deprecated public RepositoryContext(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)
typeId
- the object type identifier of the repository context.id
- the unique identifier of the repository context.name
- the name of the context.path
- the full path of this context in the repository, which includes the name.revision
- the internally managed revision number of the repository context.state
- the current state of the repository context.createdBy
- the user who created this repository context.created
- the date on which repository context was created..lastModifiedBy
- the user who last modified the repository context's content.lastModified
- the date on which repository context's content was last modified.propertiesLastModifiedBy
- the user who last modified the repository context's properties.propertiesLastModified
- the date the repository context's properties were last modified.description
- the description of the context.syncable
- whether the context can be copied to the user's workspace.attributes
- the extended attributes defined on the repository context.public int hashCode()
hashCode
in class RepositoryContainer
public boolean equals(Object obj)
equals
in class RepositoryContainer
public String toString()
toString
in class RepositoryContainer
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA