Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.xcap.client.policy
Interface Transformations

All Superinterfaces:
XcapElement, XcapResource

public interface Transformations
extends XcapElement

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
<T extends Transformation>
T
createTransformation(Class<T> transformationClass)
          NOT implemented yet.
<T extends Transformation>
void
deleteTransformation(T transformation)
          NOT implemented yet.
<T extends Transformation>
Set<T>
getTransformation()
          NOT implemented yet.
<T extends Transformation>
Set<T>
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

createTransformation

<T extends Transformation> T createTransformation(Class<T> transformationClass)
NOT implemented yet. Create a transformation.
Parameters:
transformationClass - the class token of the transformation.
Returns:
the transformation which is created.

getTransformation

<T extends Transformation> Set<T> getTransformation()
NOT implemented yet. Get a set of transformation.
Returns:
a set of transformation.

getTransformation

<T extends Transformation> Set<T> getTransformation(Class<T> transformationClass)
NOT implemented yet. Get a set of transformation of given class token.
Parameters:
transformationClass - class token.
Returns:
a set of transformation.

deleteTransformation

<T extends Transformation> void deleteTransformation(T transformation)
NOT implemented yet. Delete the given transformation.
Parameters:
transformation - the transformation to be deleted.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.