com.ibm.ram.internal.jaxb
Class Permissions

java.lang.Object
  extended by org.oslc.asset.internal.Resource
      extended by com.ibm.ram.internal.jaxb.Permissions

public class Permissions
extends Resource

A set of Permissions for a resource

Since:
7.5

Field Summary
protected  java.util.List<Action> actions
          A list of actions a user has permission to
static java.lang.String DELETE
           
static java.lang.String GET
           
static java.lang.String POST
           
static java.lang.String PUT
           
 
Fields inherited from class org.oslc.asset.internal.Resource
about, base, etag, title
 
Constructor Summary
Permissions()
           
 
Method Summary
 java.util.List<Action> getActions()
           
 
Methods inherited from class org.oslc.asset.internal.Resource
getAbout, getBase, getEtag, getTitle, setAbout, setBase, setEtag, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

POST

public static final java.lang.String POST
See Also:
Constant Field Values

PUT

public static final java.lang.String PUT
See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
See Also:
Constant Field Values

GET

public static final java.lang.String GET
See Also:
Constant Field Values

actions

protected java.util.List<Action> actions
A list of actions a user has permission to

Constructor Detail

Permissions

public Permissions()
Method Detail

getActions

public java.util.List<Action> getActions()