|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.util.Set<java.lang.String>,ModifyDetails>
com.avaya.conferencing.api.acp.control.operations.ModifyDetails
public class ModifyDetails
Modifies the properties of a ConferencingObject.
The operation will return a set of the names of those properties that were successfully modified.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
void |
addPropertyValue(java.lang.String name,
java.lang.Object value)
Adds a property to be modified. |
void |
clearProperties()
Removes all the property changes from this Operation. |
Operation.Impact |
getImpact()
Returns the impact of the operation. |
boolean |
getPriority()
|
java.util.Map<java.lang.String,java.lang.Object> |
getPropertyValues()
Returns the (unmodifiable) map of properties to modify and their associated new values. |
Verb |
getVerb()
This gets the verb that describes this operation. |
boolean |
isValidating()
Returns true if this operation will validate all property values before attempting to modify them. |
void |
setPriority(boolean priority)
Sets priority of operation. |
void |
setPropertyValues(java.util.Map<java.lang.String,java.lang.Object> properties)
Sets the properties to modify and their associated new values. |
void |
setValidating(boolean validating)
When true the properties will only be modified if all the properties are valid. |
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean isValidating()
true if this operation will validate all property values before attempting to modify them.
true if this operation will validate all property values before attempting to modify them.public void setValidating(boolean validating)
true the properties will only be modified if all the properties are valid.
validating - true to ensure that properties will only be modified if all the properties are
valid.public Operation.Impact getImpact()
public Verb getVerb()
public void addPropertyValue(java.lang.String name,
java.lang.Object value)
name - The property name to modify.value - The new value for the property.public void clearProperties()
public java.util.Map<java.lang.String,java.lang.Object> getPropertyValues()
@Required public void setPropertyValues(java.util.Map<java.lang.String,java.lang.Object> properties)
properties - The properties to modify and their associated new values.public void setPriority(boolean priority)
public boolean getPriority()
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||