Package org.eclipse.emf.cdo.security
Interface ResourcePermission
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- Permission
 - All Known Implementing Classes:
- ResourcePermissionImpl
 
 @Deprecated public interface ResourcePermission extends Permission Deprecated.A representation of the model object 'Resource Permission'.- See Also:
- SecurityPackage.getResourcePermission()
- Generated
- Model
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetPattern()Deprecated.Returns the value of the 'Pattern' attribute.voidsetPattern(java.lang.String value)Deprecated.Sets the value of the 'Pattern' attribute.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.PermissiongetAccess, getRole, isApplicable, setAccess, setRole
 
- 
 
- 
- 
- 
Method Detail- 
getPatternjava.lang.String getPattern() Deprecated.Returns the value of the 'Pattern' attribute.If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pattern' attribute.
- See Also:
- setPattern(String),- SecurityPackage.getResourcePermission_Pattern()
- Generated
- Model
 
 - 
setPatternvoid setPattern(java.lang.String value) Deprecated.Sets the value of the 'Pattern' attribute.- Parameters:
- value- the new value of the 'Pattern' attribute.
- See Also:
- getPattern()
- Generated
 
 
- 
 
-