public class ChangeQuery
extends java.lang.Object
| Constructor and Description |
|---|
ChangeQuery()
Instantiates a new change query.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeToken |
getChangeTokenEnd()
Gets the change token end.
|
ChangeToken |
getChangeTokenStart()
Gets the change token start.
|
boolean |
isAdd()
Checks if is adds the.
|
boolean |
isAlert()
Checks if is alert.
|
boolean |
isContentType()
Checks if is content type.
|
boolean |
isDelete()
Checks if is delete.
|
boolean |
isField()
Checks if is field.
|
boolean |
isFile()
Checks if is file.
|
boolean |
isFolder()
Checks if is folder.
|
boolean |
isGroup()
Checks if is group.
|
boolean |
isGroupMembershipAdd()
Checks if is group membership add.
|
boolean |
isGroupMembershipDelete()
Checks if is group membership delete.
|
boolean |
isItem()
Checks if is item.
|
boolean |
isList()
Checks if is list.
|
boolean |
isMove()
Checks if is move.
|
boolean |
isNavigation()
Checks if is navigation.
|
boolean |
isRename()
Checks if is rename.
|
boolean |
isRestore()
Checks if is restore.
|
boolean |
isRoleAssignmentAdd()
Checks if is role assignment add.
|
boolean |
isRoleAssignmentDelete()
Checks if is role assignment delete.
|
boolean |
isRoleDefinitionAdd()
Checks if is role definition add.
|
boolean |
isRoleDefinitionDelete()
Checks if is role definition delete.
|
boolean |
isRoleDefinitionUpdate()
Checks if is role definition update.
|
boolean |
isSecurityPolicy()
Checks if is security policy.
|
boolean |
isSite()
Checks if is site.
|
boolean |
isSystemUpdate()
Checks if is system update.
|
boolean |
isUpdate()
Checks if is update.
|
boolean |
isUser()
Checks if is user.
|
boolean |
isView()
Checks if is view.
|
boolean |
isWeb()
Checks if is web.
|
void |
setAdd(boolean add)
Sets the adds the.
|
void |
setAlert(boolean alert)
Sets the alert.
|
void |
setChangeTokenEnd(ChangeToken changeTokenEnd)
Sets the change token end.
|
void |
setChangeTokenStart(ChangeToken changeTokenStart)
Sets the change token start.
|
void |
setContentType(boolean contentType)
Sets the content type.
|
void |
setDelete(boolean delete)
Sets the delete.
|
void |
setField(boolean field)
Sets the field.
|
void |
setFile(boolean file)
Sets the file.
|
void |
setFolder(boolean folder)
Sets the folder.
|
void |
setGroup(boolean group)
Sets the group.
|
void |
setGroupMembershipAdd(boolean groupMembershipAdd)
Sets the group membership add.
|
void |
setGroupMembershipDelete(boolean groupMembershipDelete)
Sets the group membership delete.
|
void |
setItem(boolean item)
Sets the item.
|
void |
setList(boolean list)
Sets the list.
|
void |
setMove(boolean move)
Sets the move.
|
void |
setNavigation(boolean navigation)
Sets the navigation.
|
void |
setRename(boolean rename)
Sets the rename.
|
void |
setRestore(boolean restore)
Sets the restore.
|
void |
setRoleAssignmentAdd(boolean roleAssignmentAdd)
Sets the role assignment add.
|
void |
setRoleAssignmentDelete(boolean roleAssignmentDelete)
Sets the role assignment delete.
|
void |
setRoleDefinitionAdd(boolean roleDefinitionAdd)
Sets the role definition add.
|
void |
setRoleDefinitionDelete(boolean roleDefinitionDelete)
Sets the role definition delete.
|
void |
setRoleDefinitionUpdate(boolean roleDefinitionUpdate)
Sets the role definition update.
|
void |
setSecurityPolicy(boolean securityPolicy)
Sets the security policy.
|
void |
setSite(boolean site)
Sets the site.
|
void |
setSystemUpdate(boolean systemUpdate)
Sets the system update.
|
void |
setUpdate(boolean update)
Sets the update.
|
void |
setUser(boolean user)
Sets the user.
|
void |
setView(boolean view)
Sets the view.
|
void |
setWeb(boolean web)
Sets the web.
|
java.lang.String |
toString() |
public ChangeToken getChangeTokenEnd()
public ChangeToken getChangeTokenStart()
public boolean isAdd()
public boolean isAlert()
public boolean isContentType()
public boolean isDelete()
public boolean isField()
public boolean isFile()
public boolean isFolder()
public boolean isGroup()
public boolean isGroupMembershipAdd()
public boolean isGroupMembershipDelete()
public boolean isItem()
public boolean isList()
public boolean isMove()
public boolean isNavigation()
public boolean isRename()
public boolean isRestore()
public boolean isRoleAssignmentAdd()
public boolean isRoleAssignmentDelete()
public boolean isRoleDefinitionAdd()
public boolean isRoleDefinitionDelete()
public boolean isRoleDefinitionUpdate()
public boolean isSecurityPolicy()
public boolean isSite()
public boolean isSystemUpdate()
public boolean isUpdate()
public boolean isUser()
public boolean isView()
public boolean isWeb()
public void setAdd(boolean add)
add - the new adds thepublic void setAlert(boolean alert)
alert - the new alertpublic void setChangeTokenEnd(ChangeToken changeTokenEnd)
changeTokenEnd - the new change token endpublic void setChangeTokenStart(ChangeToken changeTokenStart)
changeTokenStart - the new change token startpublic void setContentType(boolean contentType)
contentType - the new content typepublic void setDelete(boolean delete)
delete - the new deletepublic void setField(boolean field)
field - the new fieldpublic void setFile(boolean file)
file - the new filepublic void setFolder(boolean folder)
folder - the new folderpublic void setGroup(boolean group)
group - the new grouppublic void setGroupMembershipAdd(boolean groupMembershipAdd)
groupMembershipAdd - the new group membership addpublic void setGroupMembershipDelete(boolean groupMembershipDelete)
groupMembershipDelete - the new group membership deletepublic void setItem(boolean item)
item - the new itempublic void setList(boolean list)
list - the new listpublic void setMove(boolean move)
move - the new movepublic void setNavigation(boolean navigation)
navigation - the new navigationpublic void setRename(boolean rename)
rename - the new renamepublic void setRestore(boolean restore)
restore - the new restorepublic void setRoleAssignmentAdd(boolean roleAssignmentAdd)
roleAssignmentAdd - the new role assignment addpublic void setRoleAssignmentDelete(boolean roleAssignmentDelete)
roleAssignmentDelete - the new role assignment deletepublic void setRoleDefinitionAdd(boolean roleDefinitionAdd)
roleDefinitionAdd - the new role definition addpublic void setRoleDefinitionDelete(boolean roleDefinitionDelete)
roleDefinitionDelete - the new role definition deletepublic void setRoleDefinitionUpdate(boolean roleDefinitionUpdate)
roleDefinitionUpdate - the new role definition updatepublic void setSecurityPolicy(boolean securityPolicy)
securityPolicy - the new security policypublic void setSite(boolean site)
site - the new sitepublic void setSystemUpdate(boolean systemUpdate)
systemUpdate - the new system updatepublic void setUpdate(boolean update)
update - the new updatepublic void setUser(boolean user)
user - the new userpublic void setView(boolean view)
view - the new viewpublic void setWeb(boolean web)
web - the new webpublic java.lang.String toString()
toString in class java.lang.Object