public class SearchQuery extends Object implements Serializable
Constructor and Description |
---|
SearchQuery()
The zero-argument constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContent()
Gets the string to query the contents of files that are of the type specified in object type.
|
RepositoryItem.Syncable |
getCopyToWorkspaceStatus()
Gets the
RepositoryItem.Syncable enumeration which
controls workspace copy behavior for a specific repository node. |
String |
getCreatedBy()
Gets the identifier of the user who created the item.
|
Date |
getFromCreated()
Gets the start date of the range for the creation date of the item.
|
Date |
getFromLastModifiedDate()
Gets the start date of the range for the last modified date of the item.
|
String |
getLastModifiedBy()
Gets the identifier of the user who last modified the item.
|
String |
getLocation()
Gets the location of the item.
|
String |
getName()
Gets the name of the item.
|
String |
getOwner()
Sets the identifier of the owner of the item.
|
Date |
getToCreated()
Gets the end date of the range for the creation date of the item.
|
Date |
getToLastModifiedDate()
Gets the end date of the range for the last modified date of the item.
|
String |
getTypeId()
Gets the object type of the item.
|
int |
hashCode() |
void |
setContent(String content)
Sets the string to query the contents of files that are of the type specified in object type.
|
void |
setCopyToWorkspaceStatus(RepositoryItem.Syncable copyToWorkspaceStatus)
Sets the
RepositoryItem.Syncable enumeration which
controls workspace copy behavior for a specific repository node. |
void |
setCreatedBy(String createdBy)
Sets the identifier of the user who created the item.
|
void |
setFromCreated(Date fromCreated)
Sets the start date of the range for the creation date of the item.
|
void |
setFromLastModifiedDate(Date fromLastModifiedDate)
Sets the start date of the range for the last modified date of the item.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets the identifier of the user who last modified the item.
|
void |
setLocation(String location)
Sets the location of the item.
|
void |
setName(String name)
Sets the name of the item.
|
void |
setOwner(String owner)
Sets the identifier of the owner of the item.
|
void |
setToCreated(Date toCreated)
Sets the end date of the range for the creation date of the item.
|
void |
setToLastModifiedDate(Date toLastModifiedDate)
Sets the end date of the range for the last modified date of the item.
|
void |
setTypeId(String typeId)
Sets the object type of the item.
|
String |
toString() |
public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- The identifier of the user who last modified the item.public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- The identifier of the user who created the item.public String getTypeId()
public void setTypeId(String typeId)
typeId
- The object type of the item.public String getName()
public void setName(String name)
name
- The name of the item.public String getLocation()
public void setLocation(String location)
location
- The location.public Date getFromCreated()
public void setFromCreated(Date fromCreated)
fromCreated
- The start date of the range for the creation date of the item.public Date getToCreated()
public void setToCreated(Date toCreated)
toCreated
- The end date of the range for the creation date of the item.public Date getFromLastModifiedDate()
public void setFromLastModifiedDate(Date fromLastModifiedDate)
fromLastModifiedDate
- The start date of the range for the last modified date of the item.public Date getToLastModifiedDate()
public void setToLastModifiedDate(Date toLastModifiedDate)
toLastModifiedDate
- The end date of the range for the last modified date of the item.public String getContent()
public void setContent(String content)
content
- the string to query the contents of files that are of the type specified in object typepublic String getOwner()
public void setOwner(String owner)
owner
- The identifier of the owner of the item.public RepositoryItem.Syncable getCopyToWorkspaceStatus()
RepositoryItem.Syncable
enumeration which
controls workspace copy behavior for a specific repository node.public void setCopyToWorkspaceStatus(RepositoryItem.Syncable copyToWorkspaceStatus)
RepositoryItem.Syncable
enumeration which
controls workspace copy behavior for a specific repository node.copyToWorkspaceStatus
- the enumeration that controls workspace copy behavior for a specific repository
node<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>