public class SearchQuery extends Object implements Serializable
Constructor and Description |
---|
SearchQuery()
Zero-arg constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get the string to query the contents of files that are of the type specified in object type.
|
Synchronizable.Syncable |
getCopyToWorkspaceStatus()
Gets the
Synchronizable.Syncable enumeration which controls workspace copy behavior for a specific repository node. |
String |
getCreatedBy()
Get the userid of the user who performed the creation in which to query
|
Date |
getFromCreatedDate()
Get the start date of the range for created date in which to query
|
Date |
getFromLastModifiedDate()
Get the start date of the range for last modified date in which to query
|
String |
getLastModifiedBy()
Get the userid of the user who performed the last modification in which to query
|
String |
getLocation()
Get the location from which to query
|
String |
getName()
Get the name of the source in which to query
|
String |
getObjectType()
Get the object type in which to query
|
String |
getOwner()
Set the userid of the owner in which to query.
|
Date |
getToCreatedDate()
Get the end date of the range for created date in which to query
|
Date |
getToLastModifiedDate()
Get the end date of the range for last modified date in which to query
|
void |
setContent(String content)
Set the string to query the contents of files that are of the type specified in object type.
|
void |
setCopyToWorkspaceStatus(Synchronizable.Syncable copyToWorkspaceStatus)
Sets the
Synchronizable.Syncable enumeration which controls workspace copy behavior for a specific repository node. |
void |
setCreatedBy(String createdBy)
Set the userid of the user who performed the creation in which to query.
|
void |
setFromCreatedDate(Date fromCreatedDate)
Set the start date of the range for created date in which to query
|
void |
setFromLastModifiedDate(Date fromLastModifiedDate)
Set the start date of the range for last modified date in which to query
|
void |
setLastModifiedBy(String lastModifiedBy)
Set the userid of the user who performed the last modification in which to query.
|
void |
setLocation(String location)
Set the location from which to query
|
void |
setName(String name)
Set the name of the source in which to query.
|
void |
setObjectType(String objectType)
Set the object type in which to query
|
void |
setOwner(String owner)
Set the userid of the owner in which to query.
|
void |
setToCreatedDate(Date toCreatedDate)
Set the end date of the range for created date in which to query
|
void |
setToLastModifiedDate(Date toLastModifiedDate)
Set the end date of the range for last modified date in which to query
|
public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- the userid of the user who performed the last modification in which to querypublic String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- the userid of the user who performed the creation in which to querypublic String getObjectType()
public void setObjectType(String objectType)
objectType
- the object type in which to querypublic String getName()
public void setName(String name)
name
- the name of the source in which to querypublic String getLocation()
public void setLocation(String location)
location
- the location from which to querypublic Date getFromCreatedDate()
public void setFromCreatedDate(Date fromCreatedDate)
fromCreatedDate
- the start date of the range for created date in which to querypublic Date getToCreatedDate()
public void setToCreatedDate(Date toCreatedDate)
toCreatedDate
- the end date of the range for created date in which to querypublic Date getFromLastModifiedDate()
public void setFromLastModifiedDate(Date fromLastModifiedDate)
fromLastModifiedDate
- the start date of the range for last modified date in which to querypublic Date getToLastModifiedDate()
public void setToLastModifiedDate(Date toLastModifiedDate)
toLastModifiedDate
- the end date of the range for last modified date in which to querypublic 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 userid of the owner in which to querypublic Synchronizable.Syncable getCopyToWorkspaceStatus()
Synchronizable.Syncable
enumeration which controls workspace copy behavior for a specific repository node.public void setCopyToWorkspaceStatus(Synchronizable.Syncable copyToWorkspaceStatus)
Synchronizable.Syncable
enumeration which controls workspace copy behavior for a specific repository node.copyToWorkspaceStatus
- the enumeration which controls workspace copy behavior for a specific repository nodeCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA