public class PolicyExportHandlerParameters
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PolicyExportHandlerParameters.ExportOrganizationMode
Organization export mode.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_QUALIFIER |
Constructor and Description |
---|
PolicyExportHandlerParameters()
Constructs
PolicyExportHandlerParameters object. |
Modifier and Type | Method and Description |
---|---|
PolicyExportHandlerParameters.ExportOrganizationMode |
getExportOrganizationMode()
Returns the current export Organization Mode.
|
boolean |
isIncludeInstances()
Returns the current include instances value.
|
boolean |
isSelectedObject()
Returns the current selected object value.
|
boolean |
isSubOrganizations()
Returns the current subOrganizations value.
|
void |
setExportOrganizationMode(PolicyExportHandlerParameters.ExportOrganizationMode mode)
Sets the export Organization Mode.
|
void |
setIncludeInstances(boolean includeInstances)
Sets the include instances value.
|
void |
setSelectedObject(boolean isSelectedObject)
Sets the selected object.
|
void |
setSubOrganizations(boolean subOrganizations)
Sets the SubOrganizations value.
|
public static final java.lang.String CONTEXT_QUALIFIER
public PolicyExportHandlerParameters()
PolicyExportHandlerParameters
object.public boolean isSubOrganizations()
true
: keeping the LCM state ; false
: set to initial LCM statepublic void setSubOrganizations(boolean subOrganizations)
subOrganizations
- the subOrganizations value of type booleanpublic boolean isIncludeInstances()
public void setIncludeInstances(boolean includeInstances)
includeInstances
- the includeInstances value of type booleanpublic void setExportOrganizationMode(PolicyExportHandlerParameters.ExportOrganizationMode mode)
mode
- the mode value of type ExportOrganizationMode
public PolicyExportHandlerParameters.ExportOrganizationMode getExportOrganizationMode()
ExportOrganizationMode
objectpublic void setSelectedObject(boolean isSelectedObject)
isSelectedObject
- the isSelectedObject value of type booleanpublic boolean isSelectedObject()