|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transformations
Transformations part of the permission.
The permission is the 'then' part of the 'if-then' equation the rule expresses. The permission consists of the actions and the transformations. The 'if' part of the rule is defined by the conditions.
This is a placeholder for potential usage. And now all the methods are not implemented.
| Method Summary | ||
|---|---|---|
|
createTransformation(Class<T> transformationClass)NOT implemented yet. |
|
|
deleteTransformation(T transformation)NOT implemented yet. |
|
|
getTransformation()NOT implemented yet. |
|
|
getTransformation(Class<T> transformationClass)NOT implemented yet. |
|
| Methods inherited from interface com.oracle.sft.xcap.client.XcapElement |
|---|
getDocument, getNamespace, getNodeSelector, getParent |
| Methods inherited from interface com.oracle.sft.xcap.client.XcapResource |
|---|
getContent, getContentType, getUrl, setContent |
| Method Detail |
|---|
<T extends Transformation> T createTransformation(Class<T> transformationClass)
transformationClass - the class token of the transformation.<T extends Transformation> Set<T> getTransformation()
<T extends Transformation> Set<T> getTransformation(Class<T> transformationClass)
transformationClass - class token.<T extends Transformation> void deleteTransformation(T transformation)
transformation - the transformation to be deleted.
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.