edu.internet2.middleware.grouper.ws.rest.permission
Class WsRestGetPermissionAssignmentsLiteRequest

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.permission.WsRestGetPermissionAssignmentsLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestGetPermissionAssignmentsLiteRequest
extends java.lang.Object
implements WsRequestBean

Bean for rest request to get permissions lite


Constructor Summary
WsRestGetPermissionAssignmentsLiteRequest()
           
 
Method Summary
 java.lang.String getActAsSubjectId()
          if acting as another user
 java.lang.String getActAsSubjectIdentifier()
          if acting as another user
 java.lang.String getActAsSubjectSourceId()
          if acting as another user
 java.lang.String getAction()
          action to query, or none to query all actions
 java.lang.String getClientVersion()
          is the version of the client.
 java.lang.String getEnabled()
          is A for all, T or null for enabled only, F for disabled
 java.lang.String getImmediateOnly()
          immediateOnly T of F (defaults to F) if we should filter out non immediate permissions
 java.lang.String getIncludeAssignmentsOnAssignments()
          if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true.
 java.lang.String getIncludeAttributeAssignments()
          T or F for it attribute assignments should be returned
 java.lang.String getIncludeAttributeDefNames()
          T or F for if attributeDefName objects should be returned
 java.lang.String getIncludeGroupDetail()
          T or F as to if the group detail should be returned
 java.lang.String getIncludeLimits()
          includeLimits T or F (default to F) for if limits should be returned with the results.
 java.lang.String getIncludePermissionAssignDetail()
          T or F for if the permission details should be returned
 java.lang.String getIncludeSubjectDetail()
          T|F, for if the extended subject information should be returned (anything more than just the id)
 java.lang.String getLimitEnvVarName0()
          first env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 java.lang.String getLimitEnvVarName1()
          second env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 java.lang.String getLimitEnvVarType0()
          first env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 java.lang.String getLimitEnvVarType1()
          second env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 java.lang.String getLimitEnvVarValue0()
          first env var value limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 java.lang.String getLimitEnvVarValue1()
          second env var value limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 java.lang.String getParamName0()
          reserved for future use
 java.lang.String getParamName1()
          reserved for future use
 java.lang.String getParamValue0()
          reserved for future use
 java.lang.String getParamValue1()
          reserved for future use
 java.lang.String getPermissionProcessor()
          if processing permissions, you can filter out either redundant permissions (find best in set), or do that and filter out redundant roles (if flattening roles) (find best in set).
 java.lang.String getPermissionType()
          are we looking for role permissions or subject permissions? from enum PermissionType: role, or role_subject.
 java.lang.String getPointInTimeFrom()
          To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.
 java.lang.String getPointInTimeTo()
          To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.
 java.lang.String getRoleId()
          is role to look in
 java.lang.String getRoleName()
          is role to look in
 java.lang.String getSubjectAttributeNames()
          are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent
 java.lang.String getWsAttributeDefId()
          find assignments in this attribute def (optional)
 java.lang.String getWsAttributeDefName()
          find assignments in this attribute def (optional)
 java.lang.String getWsAttributeDefNameId()
          find assignments in this attribute def name (optional)
 java.lang.String getWsAttributeDefNameName()
          find assignments in this attribute def name (optional)
 java.lang.String getWsSubjectId()
          is subject to look in
 java.lang.String getWsSubjectIdentifier()
          is subject to look in
 java.lang.String getWsSubjectSourceId()
          is subject to look in
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectId(java.lang.String actAsSubjectId1)
          if acting as another user
 void setActAsSubjectIdentifier(java.lang.String actAsSubjectIdentifier1)
          if acting as another user
 void setActAsSubjectSourceId(java.lang.String actAsSubjectSourceId1)
          if acting as another user
 void setAction(java.lang.String action1)
          action to query, or none to query all actions
 void setClientVersion(java.lang.String clientVersion1)
          is the version of the client.
 void setEnabled(java.lang.String enabled1)
          is A for all, T or null for enabled only, F for disabled
 void setImmediateOnly(java.lang.String immediateOnly1)
          immediateOnly T of F (defaults to F) if we should filter out non immediate permissions
 void setIncludeAssignmentsOnAssignments(java.lang.String includeAssignmentsOnAssignments1)
          if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true.
 void setIncludeAttributeAssignments(java.lang.String includeAttributeAssignments1)
          T or F for it attribute assignments should be returned
 void setIncludeAttributeDefNames(java.lang.String includeAttributeDefNames1)
          T or F for if attributeDefName objects should be returned
 void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
          T or F as to if the group detail should be returned
 void setIncludeLimits(java.lang.String includeLimits1)
          includeLimits T or F (default to F) for if limits should be returned with the results.
 void setIncludePermissionAssignDetail(java.lang.String includePermissionAssignDetail1)
          T or F for if the permission details should be returned
 void setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
          T|F, for if the extended subject information should be returned (anything more than just the id)
 void setLimitEnvVarName0(java.lang.String _limitEnvVarName0)
          first env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 void setLimitEnvVarName1(java.lang.String _limitEnvVarName1)
          second env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 void setLimitEnvVarType0(java.lang.String _limitEnvVarType0)
          first env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 void setLimitEnvVarType1(java.lang.String _limitEnvVarType1)
          second env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 void setLimitEnvVarValue0(java.lang.String _limitEnvVarValue0)
          first env var value limitEnvVars limitEnvVars if processing limits, pass in a set of limits.
 void setLimitEnvVarValue1(java.lang.String _limitEnvVarValue1)
           
 void setParamName0(java.lang.String _paramName0)
          reserved for future use
 void setParamName1(java.lang.String _paramName1)
          reserved for future use
 void setParamValue0(java.lang.String _paramValue0)
          reserved for future use
 void setParamValue1(java.lang.String _paramValue1)
          reserved for future use
 void setPermissionProcessor(java.lang.String permissionProcessor1)
          if processing permissions, you can filter out either redundant permissions (find best in set), or do that and filter out redundant roles (if flattening roles) (find best in set).
 void setPermissionType(java.lang.String permissionType1)
          are we looking for role permissions or subject permissions? from enum PermissionType: role, or role_subject.
 void setPointInTimeFrom(java.lang.String pointInTimeFrom1)
          To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.
 void setPointInTimeTo(java.lang.String pointInTimeTo1)
          To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.
 void setRoleId(java.lang.String wsOwnerGroupId1)
          is role to look in
 void setRoleName(java.lang.String wsOwnerGroupName1)
          is role to look in
 void setSubjectAttributeNames(java.lang.String subjectAttributeNames1)
          are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent
 void setWsAttributeDefId(java.lang.String wsAttributeDefId1)
          find assignments in this attribute def (optional)
 void setWsAttributeDefName(java.lang.String wsAttributeDefName1)
          find assignments in this attribute def (optional)
 void setWsAttributeDefNameId(java.lang.String wsAttributeDefNameId1)
          find assignments in this attribute def name (optional)
 void setWsAttributeDefNameName(java.lang.String wsAttributeDefNameName1)
          find assignments in this attribute def name (optional)
 void setWsSubjectId(java.lang.String wsOwnerSubjectId1)
          is subject to look in
 void setWsSubjectIdentifier(java.lang.String wsOwnerSubjectIdentifier1)
          is subject to look in
 void setWsSubjectSourceId(java.lang.String wsOwnerSubjectSourceId1)
          is subject to look in
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGetPermissionAssignmentsLiteRequest

public WsRestGetPermissionAssignmentsLiteRequest()
Method Detail

getIncludeLimits

public java.lang.String getIncludeLimits()
includeLimits T or F (default to F) for if limits should be returned with the results. Note that the attributeDefs, attributeDefNames, and attributeAssignments will be added to those lists

Returns:
the includeLimits

setIncludeLimits

public void setIncludeLimits(java.lang.String includeLimits1)
includeLimits T or F (default to F) for if limits should be returned with the results. Note that the attributeDefs, attributeDefNames, and attributeAssignments will be added to those lists

Parameters:
includeLimits1 - the includeLimits to set

getImmediateOnly

public java.lang.String getImmediateOnly()
immediateOnly T of F (defaults to F) if we should filter out non immediate permissions

Returns:
the immediateOnly

setImmediateOnly

public void setImmediateOnly(java.lang.String immediateOnly1)
immediateOnly T of F (defaults to F) if we should filter out non immediate permissions

Parameters:
immediateOnly1 - the immediateOnly to set

getPermissionType

public java.lang.String getPermissionType()
are we looking for role permissions or subject permissions? from enum PermissionType: role, or role_subject. defaults to role_subject permissions

Returns:
the permissionType

setPermissionType

public void setPermissionType(java.lang.String permissionType1)
are we looking for role permissions or subject permissions? from enum PermissionType: role, or role_subject. defaults to role_subject permissions

Parameters:
permissionType1 - the permissionType to set

getLimitEnvVarName0

public java.lang.String getLimitEnvVarName0()
first env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Returns:
the limitEnvVarName0

setLimitEnvVarName0

public void setLimitEnvVarName0(java.lang.String _limitEnvVarName0)
first env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Parameters:
_limitEnvVarName0 - the limitEnvVarName0 to set

getLimitEnvVarValue0

public java.lang.String getLimitEnvVarValue0()
first env var value limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Returns:
the limitEnvVarValue0

setLimitEnvVarValue0

public void setLimitEnvVarValue0(java.lang.String _limitEnvVarValue0)
first env var value limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Parameters:
_limitEnvVarValue0 - the limitEnvVarValue0 to set

getLimitEnvVarName1

public java.lang.String getLimitEnvVarName1()
second env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Returns:
the limitEnvVarName1

setLimitEnvVarName1

public void setLimitEnvVarName1(java.lang.String _limitEnvVarName1)
second env var name limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Parameters:
_limitEnvVarName1 - the limitEnvVarName1 to set

getLimitEnvVarType0

public java.lang.String getLimitEnvVarType0()
first env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Returns:
the limitEnvVarType0

setLimitEnvVarType0

public void setLimitEnvVarType0(java.lang.String _limitEnvVarType0)
first env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Parameters:
_limitEnvVarType0 - the limitEnvVarType0 to set

getLimitEnvVarValue1

public java.lang.String getLimitEnvVarValue1()
second env var value limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Returns:
the limitEnvVarValue1

setLimitEnvVarValue1

public void setLimitEnvVarValue1(java.lang.String _limitEnvVarValue1)
Parameters:
_limitEnvVarValue1 - the limitEnvVarValue1 to set

getLimitEnvVarType1

public java.lang.String getLimitEnvVarType1()
second env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Returns:
the limitEnvVarType1

setLimitEnvVarType1

public void setLimitEnvVarType1(java.lang.String _limitEnvVarType1)
second env var type limitEnvVars limitEnvVars if processing limits, pass in a set of limits. The name is the name of the variable, and the value is the value. Note, you can typecast the values by putting a valid type in parens in front of the param name. e.g. name: (int)amount, value: 50

Parameters:
_limitEnvVarType1 - the limitEnvVarType1 to set

getPermissionProcessor

public java.lang.String getPermissionProcessor()
if processing permissions, you can filter out either redundant permissions (find best in set), or do that and filter out redundant roles (if flattening roles) (find best in set). This is the PermissionProcessor enum. e.g. FILTER_REDUNDANT_PERMISSIONS, FILTER_REDUNDANT_PERMISSIONS_AND_PROCESS_LIMITS, FILTER_REDUNDANT_PERMISSIONS_AND_ROLES, FILTER_REDUNDANT_PERMISSIONS_AND_ROLES_AND_PROCESS_LIMITS, PROCESS_LIMITS. If null, then just get all permissions and process on the client.

Returns:
processor

setPermissionProcessor

public void setPermissionProcessor(java.lang.String permissionProcessor1)
if processing permissions, you can filter out either redundant permissions (find best in set), or do that and filter out redundant roles (if flattening roles) (find best in set). This is the PermissionProcessor enum. e.g. FILTER_REDUNDANT_PERMISSIONS, FILTER_REDUNDANT_PERMISSIONS_AND_PROCESS_LIMITS, FILTER_REDUNDANT_PERMISSIONS_AND_ROLES, FILTER_REDUNDANT_PERMISSIONS_AND_ROLES_AND_PROCESS_LIMITS, PROCESS_LIMITS. If null, then just get all permissions and process on the client.

Parameters:
permissionProcessor1 -

retrieveRestHttpMethod

public GrouperRestHttpMethod retrieveRestHttpMethod()
Description copied from interface: WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in

Specified by:
retrieveRestHttpMethod in interface WsRequestBean
Returns:
the method
See Also:
WsRequestBean.retrieveRestHttpMethod()

getClientVersion

public java.lang.String getClientVersion()
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Returns:
client version

setClientVersion

public void setClientVersion(java.lang.String clientVersion1)
is the version of the client. Must be in GrouperWsVersion, e.g. v1_3_000

Parameters:
clientVersion1 -

getWsAttributeDefName

public java.lang.String getWsAttributeDefName()
find assignments in this attribute def (optional)

Returns:
attribute def name

setWsAttributeDefName

public void setWsAttributeDefName(java.lang.String wsAttributeDefName1)
find assignments in this attribute def (optional)

Parameters:
wsAttributeDefName1 -

getWsAttributeDefId

public java.lang.String getWsAttributeDefId()
find assignments in this attribute def (optional)

Returns:
attribute def

setWsAttributeDefId

public void setWsAttributeDefId(java.lang.String wsAttributeDefId1)
find assignments in this attribute def (optional)

Parameters:
wsAttributeDefId1 -

getWsAttributeDefNameName

public java.lang.String getWsAttributeDefNameName()
find assignments in this attribute def name (optional)

Returns:
attribute def name name

setWsAttributeDefNameName

public void setWsAttributeDefNameName(java.lang.String wsAttributeDefNameName1)
find assignments in this attribute def name (optional)

Parameters:
wsAttributeDefNameName1 -

getWsAttributeDefNameId

public java.lang.String getWsAttributeDefNameId()
find assignments in this attribute def name (optional)

Returns:
attribute def name id

setWsAttributeDefNameId

public void setWsAttributeDefNameId(java.lang.String wsAttributeDefNameId1)
find assignments in this attribute def name (optional)

Parameters:
wsAttributeDefNameId1 -

getRoleName

public java.lang.String getRoleName()
is role to look in

Returns:
group name

setRoleName

public void setRoleName(java.lang.String wsOwnerGroupName1)
is role to look in

Parameters:
wsOwnerGroupName1 -

getRoleId

public java.lang.String getRoleId()
is role to look in

Returns:
group id

setRoleId

public void setRoleId(java.lang.String wsOwnerGroupId1)
is role to look in

Parameters:
wsOwnerGroupId1 -

getWsSubjectId

public java.lang.String getWsSubjectId()
is subject to look in

Returns:
subject

setWsSubjectId

public void setWsSubjectId(java.lang.String wsOwnerSubjectId1)
is subject to look in

Parameters:
wsOwnerSubjectId1 -

getWsSubjectSourceId

public java.lang.String getWsSubjectSourceId()
is subject to look in

Returns:
subject

setWsSubjectSourceId

public void setWsSubjectSourceId(java.lang.String wsOwnerSubjectSourceId1)
is subject to look in

Parameters:
wsOwnerSubjectSourceId1 -

getWsSubjectIdentifier

public java.lang.String getWsSubjectIdentifier()
is subject to look in

Returns:
subject

setWsSubjectIdentifier

public void setWsSubjectIdentifier(java.lang.String wsOwnerSubjectIdentifier1)
is subject to look in

Parameters:
wsOwnerSubjectIdentifier1 -

getAction

public java.lang.String getAction()
action to query, or none to query all actions

Returns:
action

setAction

public void setAction(java.lang.String action1)
action to query, or none to query all actions

Parameters:
action1 -

getIncludeAssignmentsOnAssignments

public java.lang.String getIncludeAssignmentsOnAssignments()
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. default to false.

Returns:
include assignment

setIncludeAssignmentsOnAssignments

public void setIncludeAssignmentsOnAssignments(java.lang.String includeAssignmentsOnAssignments1)
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. default to false.

Parameters:
includeAssignmentsOnAssignments1 -

getActAsSubjectId

public java.lang.String getActAsSubjectId()
if acting as another user

Returns:
id

setActAsSubjectId

public void setActAsSubjectId(java.lang.String actAsSubjectId1)
if acting as another user

Parameters:
actAsSubjectId1 -

getActAsSubjectSourceId

public java.lang.String getActAsSubjectSourceId()
if acting as another user

Returns:
source id

setActAsSubjectSourceId

public void setActAsSubjectSourceId(java.lang.String actAsSubjectSourceId1)
if acting as another user

Parameters:
actAsSubjectSourceId1 -

getActAsSubjectIdentifier

public java.lang.String getActAsSubjectIdentifier()
if acting as another user

Returns:
subject identifier

setActAsSubjectIdentifier

public void setActAsSubjectIdentifier(java.lang.String actAsSubjectIdentifier1)
if acting as another user

Parameters:
actAsSubjectIdentifier1 -

getIncludeSubjectDetail

public java.lang.String getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id)

Returns:
T|F

setIncludeSubjectDetail

public void setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id)

Parameters:
includeSubjectDetail1 -

getSubjectAttributeNames

public java.lang.String getSubjectAttributeNames()
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent

Returns:
subject attribute names

setSubjectAttributeNames

public void setSubjectAttributeNames(java.lang.String subjectAttributeNames1)
are the additional subject attributes (data) to return (comma separated) If blank, whatever is configured in the grouper-ws.properties will be sent

Parameters:
subjectAttributeNames1 -

getIncludeGroupDetail

public java.lang.String getIncludeGroupDetail()
T or F as to if the group detail should be returned

Returns:
T|F

setIncludeGroupDetail

public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
T or F as to if the group detail should be returned

Parameters:
includeGroupDetail1 -

getParamName0

public java.lang.String getParamName0()
reserved for future use

Returns:
param name 0

setParamName0

public void setParamName0(java.lang.String _paramName0)
reserved for future use

Parameters:
_paramName0 -

getParamValue0

public java.lang.String getParamValue0()
reserved for future use

Returns:
param value 0

setParamValue0

public void setParamValue0(java.lang.String _paramValue0)
reserved for future use

Parameters:
_paramValue0 -

getParamName1

public java.lang.String getParamName1()
reserved for future use

Returns:
paramname1

setParamName1

public void setParamName1(java.lang.String _paramName1)
reserved for future use

Parameters:
_paramName1 -

getParamValue1

public java.lang.String getParamValue1()
reserved for future use

Returns:
param value 1

setParamValue1

public void setParamValue1(java.lang.String _paramValue1)
reserved for future use

Parameters:
_paramValue1 -

getEnabled

public java.lang.String getEnabled()
is A for all, T or null for enabled only, F for disabled

Returns:
enabled

setEnabled

public void setEnabled(java.lang.String enabled1)
is A for all, T or null for enabled only, F for disabled

Parameters:
enabled1 -

getIncludeAttributeAssignments

public java.lang.String getIncludeAttributeAssignments()
T or F for it attribute assignments should be returned

Returns:
include attribute assignments

getIncludeAttributeDefNames

public java.lang.String getIncludeAttributeDefNames()
T or F for if attributeDefName objects should be returned

Returns:
the attributeDefName

getIncludePermissionAssignDetail

public java.lang.String getIncludePermissionAssignDetail()
T or F for if the permission details should be returned

Returns:
T or F

setIncludeAttributeAssignments

public void setIncludeAttributeAssignments(java.lang.String includeAttributeAssignments1)
T or F for it attribute assignments should be returned

Parameters:
includeAttributeAssignments1 -

setIncludeAttributeDefNames

public void setIncludeAttributeDefNames(java.lang.String includeAttributeDefNames1)
T or F for if attributeDefName objects should be returned

Parameters:
includeAttributeDefNames1 -

setIncludePermissionAssignDetail

public void setIncludePermissionAssignDetail(java.lang.String includePermissionAssignDetail1)
T or F for if the permission details should be returned

Parameters:
includePermissionAssignDetail1 -

getPointInTimeFrom

public java.lang.String getPointInTimeFrom()
To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS

Returns:
the pointInTimeFrom

setPointInTimeFrom

public void setPointInTimeFrom(java.lang.String pointInTimeFrom1)
To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS

Parameters:
pointInTimeFrom1 - the pointInTimeFrom to set

getPointInTimeTo

public java.lang.String getPointInTimeTo()
To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS

Returns:
the pointInTimeTo

setPointInTimeTo

public void setPointInTimeTo(java.lang.String pointInTimeTo1)
To query permissions at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS

Parameters:
pointInTimeTo1 - the pointInTimeTo to set