public interface Protectable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
Modifier and Type | Method and Description |
---|---|
boolean |
fulfills(java.lang.Long member,
java.lang.String relationship)
Determines if a given member fulfills a given relationship with the resource.
|
java.lang.Long |
getOwner()
Returns the member ID of the owner.
|
static final java.lang.String COPYRIGHT
boolean fulfills(java.lang.Long member, java.lang.String relationship) throws java.lang.Exception
member
- The member ID of the member.relationship
- The relationship the member has with respect to the resource.java.lang.Exception
java.lang.Long getOwner() throws java.lang.Exception
java.lang.Exception