public class CheckedOutFilesQuery extends Object implements Serializable
Constructor and Description |
---|
CheckedOutFilesQuery()
Zero-arg constructor
|
CheckedOutFilesQuery(String userId,
String name,
String location)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Get the location to query for checked out files
|
String |
getName()
Get the name of the file to query for checked out files.
|
String |
getUserId()
Get the userId of the user whose checked out files will be queried
|
void |
setLocation(String location)
Set the name to query for checked out files.
|
void |
setName(String name)
Set the name of the file to query for checked out files.
|
void |
setUserId(String userId)
Sets the userId of the user whose checked out files will be queried.
|
public CheckedOutFilesQuery()
public CheckedOutFilesQuery(String userId, String name, String location)
userId
- the userId of the user whose checked out files will be queriedname
- the name of the file to query for checked out fileslocation
- the location to query for checked out filespublic String getUserId()
public void setUserId(String userId)
userId
- The userId to query. Null or blank will result in the current user's files. * will query all users' files.public String getName()
public void setName(String name)
name
- the name of the file to query for checked out files, null means all names will be queried.public String getLocation()
public void setLocation(String location)
location
- the location to query for checked out files. Null means all locations will be queried.Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA