public final class ObjectResolverSpecification extends Object implements Cloneable, Serializable
Constructor and Description |
---|
ObjectResolverSpecification()
default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCategoryResolution()
gets the Category Resolution setting.
|
boolean |
isContentObjectResolution()
gets the ContentObject Resolution setting.
|
boolean |
isDeepCategoryAttributeResolution()
gets the Deep Category Attribute Resolution setting.
|
boolean |
isDeepObjectAttributeResolution()
gets Deep Object Attribute Resolution setting.
|
boolean |
isDeepVersionedObjectResolution()
gets the Deep Versioned Object Resolution setting.
|
boolean |
isVersionedObjectResolution()
gets the Versioned Object Resolution setting.
|
void |
setCategoryResolution(boolean value)
set Category Resolution.
|
void |
setContentObjectResolution(boolean value)
set ContentObject Resolution.
|
void |
setDeepCategoryAttributeResolution(boolean value)
set Deep Category Attribute Resolution.
|
void |
setDeepObjectAttributeResolution(boolean value)
set Deep Object Attribute Resolution.
|
void |
setDeepVersionedObjectResolution(boolean value)
set Deep Versioned Object Resolution.
|
void |
setFullResolution(boolean value)
set Full Resolution.
|
void |
setVersionedObjectResolution(boolean value)
set Versioned Object Resolution.
|
public ObjectResolverSpecification()
IfsException
- if operation fails.public void setFullResolution(boolean value)
value
- whether this resolution option is enabledpublic void setDeepObjectAttributeResolution(boolean value)
value
- whether this resolution option is enabledpublic void setCategoryResolution(boolean value)
value
- whether this resolution option is enabledpublic void setDeepCategoryAttributeResolution(boolean value)
value
- whether this resolution option is enabledpublic void setVersionedObjectResolution(boolean value)
value
- whether this resolution option is enabledpublic void setDeepVersionedObjectResolution(boolean value)
value
- whether this resolution option is enabledpublic void setContentObjectResolution(boolean value)
value
- whether this resolution option is enabledpublic boolean isDeepObjectAttributeResolution()
public boolean isCategoryResolution()
public boolean isDeepCategoryAttributeResolution()
public boolean isVersionedObjectResolution()
public boolean isDeepVersionedObjectResolution()
public boolean isContentObjectResolution()
Copyright © 2023. All rights reserved.