|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.configuration.protocol.confserver.requests.objects.RequestUpdateObject
public abstract class RequestUpdateObject
Sets new property values specified by ConfObject (delta object) for the object specified by ObjectType and delta_object.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestUpdateObject |
create()
Creates instance of RequestUpdateObject with no parameters set. |
static RequestUpdateObject |
create(ConfObjectDelta objectDelta)
Creates instance of RequestUpdateObject. |
static RequestUpdateObject |
create(ConfObjectDelta objectDelta,
KeyValueCollection parameters)
Creates instance of RequestUpdateObject. |
static RequestUpdateObject |
create(java.lang.Integer objectType,
org.w3c.dom.Document confObject)
Deprecated. Use new configuration server structures instead of DOM. |
static RequestUpdateObject |
create(java.lang.Integer objectType,
org.w3c.dom.Document confObject,
KeyValueCollection parameters)
Deprecated. Use new configuration server structures instead of DOM. |
abstract org.w3c.dom.Document |
getConfObject()
Deprecated. Use new configuration server structures instead of DOM. |
abstract ConfObjectDelta |
getObjectDelta()
ConfObjectDelta representation of a configuration server delta object |
abstract java.lang.Integer |
getObjectType()
Type of configuration object as defined in ConfServerObject enum |
abstract KeyValueCollection |
getParameters()
TKVList containing additional parameters (if needed) |
abstract java.lang.Integer |
getReferenceId()
Reference ID to connect response to request. |
abstract void |
setConfObject(org.w3c.dom.Document confObject)
Deprecated. Use new configuration server structures instead of DOM. |
abstract void |
setObjectDelta(ConfObjectDelta objectDelta)
ConfObjectDelta representation of a configuration server delta object |
abstract void |
setObjectType(int objectType)
Type of configuration object as defined in ConfServerObject enum |
abstract void |
setObjectType(java.lang.Integer objectType)
Type of configuration object as defined in ConfServerObject enum |
abstract void |
setParameters(KeyValueCollection parameters)
TKVList containing additional parameters (if needed) |
abstract void |
setReferenceId(int referenceId)
Reference ID to connect response to request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
Reference ID to connect response to request. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static RequestUpdateObject create()
public static RequestUpdateObject create(java.lang.Integer objectType, org.w3c.dom.Document confObject)
objectType
- Type of configuration object as defined in ConfServerObject enumconfObject
- XmlDocumentV7 representation of cfglib object(s)
public static RequestUpdateObject create(java.lang.Integer objectType, org.w3c.dom.Document confObject, KeyValueCollection parameters)
objectType
- Type of configuration object as defined in ConfServerObject enumconfObject
- XmlDocumentV7 representation of cfglib object(s)parameters
- TKVList containing additional parameters (if needed)
public static RequestUpdateObject create(ConfObjectDelta objectDelta)
objectDelta
- ConfObjectDelta representation of a configuration server delta object
public static RequestUpdateObject create(ConfObjectDelta objectDelta, KeyValueCollection parameters)
objectDelta
- ConfObjectDelta representation of a configuration server delta objectparameters
- TKVList containing additional parameters (if needed)
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getObjectType()
public abstract void setObjectType(java.lang.Integer objectType)
objectType
- new value of the propertypublic abstract void setObjectType(int objectType)
objectType
- new value of the property@Deprecated public abstract org.w3c.dom.Document getConfObject()
@Deprecated public abstract void setConfObject(org.w3c.dom.Document confObject)
confObject
- new value of the propertypublic abstract ConfObjectDelta getObjectDelta()
public abstract void setObjectDelta(ConfObjectDelta objectDelta)
objectDelta
- new value of the propertypublic abstract KeyValueCollection getParameters()
public abstract void setParameters(KeyValueCollection parameters)
parameters
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |