org.wso2.carbon.registry.core
Class ActionConstants

java.lang.Object
  extended by org.wso2.carbon.registry.core.ActionConstants

public class ActionConstants
extends java.lang.Object

Action Constants, used to define actions associated with registry resources when defining permissions.


Field Summary
static java.lang.String DELETE
          Action of deleting the permission.
static java.lang.String GET
          Action of the getting resource from registry.
static java.lang.String PUT
          Action of the getting resource from registry.
 
Constructor Summary
ActionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET

public static final java.lang.String GET
Action of the getting resource from registry. (Registry.get action)

See Also:
Constant Field Values

PUT

public static final java.lang.String PUT
Action of the getting resource from registry. (Registry.put action)

See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
Action of deleting the permission. (Registry.delete action)

See Also:
Constant Field Values
Constructor Detail

ActionConstants

public ActionConstants()


Copyright © 2011 WSO2 Inc. All Rights Reserved.