Class SecurityAdapterFactory
- java.lang.Object
- 
- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
- 
- org.eclipse.emf.cdo.security.util.SecurityAdapterFactory
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.AdapterFactory
 - Direct Known Subclasses:
- SecurityItemProviderAdapterFactory
 
 public class SecurityAdapterFactory extends org.eclipse.emf.common.notify.impl.AdapterFactoryImplThe Adapter Factory for the model. It provides an adaptercreateXXXmethod for each class of the model.- See Also:
- SecurityPackage
- Generated
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static SecurityPackagemodelPackageThe cached model package.protected SecuritySwitch<org.eclipse.emf.common.notify.Adapter>modelSwitchThe switch that delegates to thecreateXXXmethods.
 - 
Constructor SummaryConstructors Constructor Description SecurityAdapterFactory()Creates an instance of the adapter factory.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.AdaptercreateAdapter(org.eclipse.emf.common.notify.Notifier target)Creates an adapter for thetarget.org.eclipse.emf.common.notify.AdaptercreateAndFilterAdapter()Creates a new adapter for an object of class 'And Filter'.org.eclipse.emf.common.notify.AdaptercreateAssigneeAdapter()Creates a new adapter for an object of class 'Assignee'.org.eclipse.emf.common.notify.AdaptercreateClassFilterAdapter()Creates a new adapter for an object of class 'Class Filter'.org.eclipse.emf.common.notify.AdaptercreateClassPermissionAdapter()Creates a new adapter for an object of class 'Class Permission'.org.eclipse.emf.common.notify.AdaptercreateCombinedFilterAdapter()Creates a new adapter for an object of class 'Combined Filter'.org.eclipse.emf.common.notify.AdaptercreateDirectoryAdapter()Creates a new adapter for an object of class 'Directory'.org.eclipse.emf.common.notify.AdaptercreateEObjectAdapter()Creates a new adapter for the default case.org.eclipse.emf.common.notify.AdaptercreateExpressionFilterAdapter()Creates a new adapter for an object of class 'Expression Filter'.org.eclipse.emf.common.notify.AdaptercreateFilterPermissionAdapter()Creates a new adapter for an object of class 'Filter Permission'.org.eclipse.emf.common.notify.AdaptercreateGroupAdapter()Creates a new adapter for an object of class 'Group'.org.eclipse.emf.common.notify.AdaptercreateLinkedFilterAdapter()Creates a new adapter for an object of class 'Linked Filter'.org.eclipse.emf.common.notify.AdaptercreateModelElementAdapter()Creates a new adapter for an object of class 'Model Element'.org.eclipse.emf.common.notify.AdaptercreateNotFilterAdapter()Creates a new adapter for an object of class 'Not Filter'.org.eclipse.emf.common.notify.AdaptercreateObjectFilterAdapter()Creates a new adapter for an object of class 'Object Filter'.org.eclipse.emf.common.notify.AdaptercreateObjectPermissionAdapter()Creates a new adapter for an object of class 'Object Permission'.org.eclipse.emf.common.notify.AdaptercreateOrFilterAdapter()Creates a new adapter for an object of class 'Or Filter'.org.eclipse.emf.common.notify.AdaptercreatePackageFilterAdapter()Creates a new adapter for an object of class 'Package Filter'.org.eclipse.emf.common.notify.AdaptercreatePackagePermissionAdapter()Creates a new adapter for an object of class 'Package Permission'.org.eclipse.emf.common.notify.AdaptercreatePermissionAdapter()Creates a new adapter for an object of class 'Permission'.org.eclipse.emf.common.notify.AdaptercreatePermissionFilterAdapter()Creates a new adapter for an object of class 'Permission Filter'.org.eclipse.emf.common.notify.AdaptercreateRealmAdapter()Creates a new adapter for an object of class 'Realm'.org.eclipse.emf.common.notify.AdaptercreateResourceFilterAdapter()Creates a new adapter for an object of class 'Resource Filter'.org.eclipse.emf.common.notify.AdaptercreateResourcePermissionAdapter()Creates a new adapter for an object of class 'Resource Permission'.org.eclipse.emf.common.notify.AdaptercreateRoleAdapter()Creates a new adapter for an object of class 'Role'.org.eclipse.emf.common.notify.AdaptercreateSecurityElementAdapter()Creates a new adapter for an object of class 'Element'.org.eclipse.emf.common.notify.AdaptercreateSecurityItemAdapter()Creates a new adapter for an object of class 'Item'.org.eclipse.emf.common.notify.AdaptercreateUserAdapter()Creates a new adapter for an object of class 'User'.org.eclipse.emf.common.notify.AdaptercreateUserPasswordAdapter()Creates a new adapter for an object of class 'User Password'.booleanisFactoryForType(java.lang.Object object)Returns whether this factory is applicable for the type of the object.
 
- 
- 
- 
Field Detail- 
modelPackageprotected static SecurityPackage modelPackage The cached model package.- Generated
 
 - 
modelSwitchprotected SecuritySwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch The switch that delegates to thecreateXXXmethods.- Generated
 
 
- 
 - 
Method Detail- 
isFactoryForTypepublic boolean isFactoryForType(java.lang.Object object) Returns whether this factory is applicable for the type of the object. This implementation returnstrueif the object is either the model's package or is an instance object of the model.- Specified by:
- isFactoryForTypein interface- org.eclipse.emf.common.notify.AdapterFactory
- Overrides:
- isFactoryForTypein class- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
- Generated
 
 - 
createAdapterpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target) Creates an adapter for thetarget.- Overrides:
- createAdapterin class- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
- Parameters:
- target- the object to adapt.
- Returns:
- the adapter for the target.
- Generated
 
 - 
createSecurityElementAdapterpublic org.eclipse.emf.common.notify.Adapter createSecurityElementAdapter() Creates a new adapter for an object of class 'Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- SecurityElement
- Generated
 
 - 
createRealmAdapterpublic org.eclipse.emf.common.notify.Adapter createRealmAdapter() Creates a new adapter for an object of class 'Realm'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Realm
- Generated
 
 - 
createDirectoryAdapterpublic org.eclipse.emf.common.notify.Adapter createDirectoryAdapter() Creates a new adapter for an object of class 'Directory'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Directory
- Generated
 
 - 
createSecurityItemAdapterpublic org.eclipse.emf.common.notify.Adapter createSecurityItemAdapter() Creates a new adapter for an object of class 'Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- SecurityItem
- Generated
 
 - 
createRoleAdapterpublic org.eclipse.emf.common.notify.Adapter createRoleAdapter() Creates a new adapter for an object of class 'Role'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Role
- Generated
 
 - 
createAssigneeAdapterpublic org.eclipse.emf.common.notify.Adapter createAssigneeAdapter() Creates a new adapter for an object of class 'Assignee'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Assignee
- Generated
 
 - 
createGroupAdapterpublic org.eclipse.emf.common.notify.Adapter createGroupAdapter() Creates a new adapter for an object of class 'Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Group
- Generated
 
 - 
createUserAdapterpublic org.eclipse.emf.common.notify.Adapter createUserAdapter() Creates a new adapter for an object of class 'User'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- User
- Generated
 
 - 
createUserPasswordAdapterpublic org.eclipse.emf.common.notify.Adapter createUserPasswordAdapter() Creates a new adapter for an object of class 'User Password'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- UserPassword
- Generated
 
 - 
createPermissionAdapterpublic org.eclipse.emf.common.notify.Adapter createPermissionAdapter() Creates a new adapter for an object of class 'Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- Permission
- Generated
 
 - 
createClassPermissionAdapterpublic org.eclipse.emf.common.notify.Adapter createClassPermissionAdapter() Creates a new adapter for an object of class 'Class Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- ClassPermission
- Generated
 
 - 
createPackagePermissionAdapterpublic org.eclipse.emf.common.notify.Adapter createPackagePermissionAdapter() Creates a new adapter for an object of class 'Package Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- PackagePermission
- Generated
 
 - 
createResourcePermissionAdapterpublic org.eclipse.emf.common.notify.Adapter createResourcePermissionAdapter() Creates a new adapter for an object of class 'Resource Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- ResourcePermission
- Generated
 
 - 
createObjectPermissionAdapterpublic org.eclipse.emf.common.notify.Adapter createObjectPermissionAdapter() Creates a new adapter for an object of class 'Object Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.2
- See Also:
- ObjectPermission
- Generated
 
 - 
createFilterPermissionAdapterpublic org.eclipse.emf.common.notify.Adapter createFilterPermissionAdapter() Creates a new adapter for an object of class 'Filter Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- FilterPermission
- Generated
 
 - 
createPermissionFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createPermissionFilterAdapter() Creates a new adapter for an object of class 'Permission Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- PermissionFilter
- Generated
 
 - 
createLinkedFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createLinkedFilterAdapter() Creates a new adapter for an object of class 'Linked Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- LinkedFilter
- Generated
 
 - 
createPackageFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createPackageFilterAdapter() Creates a new adapter for an object of class 'Package Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- PackageFilter
- Generated
 
 - 
createClassFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createClassFilterAdapter() Creates a new adapter for an object of class 'Class Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- ClassFilter
- Generated
 
 - 
createResourceFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createResourceFilterAdapter() Creates a new adapter for an object of class 'Resource Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- ResourceFilter
- Generated
 
 - 
createObjectFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createObjectFilterAdapter() Creates a new adapter for an object of class 'Object Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- ObjectFilter
- Generated
 
 - 
createExpressionFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createExpressionFilterAdapter() Creates a new adapter for an object of class 'Expression Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- ExpressionFilter
- Generated
 
 - 
createCombinedFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createCombinedFilterAdapter() Creates a new adapter for an object of class 'Combined Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- CombinedFilter
- Generated
 
 - 
createNotFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createNotFilterAdapter() Creates a new adapter for an object of class 'Not Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- NotFilter
- Generated
 
 - 
createAndFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createAndFilterAdapter() Creates a new adapter for an object of class 'And Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- AndFilter
- Generated
 
 - 
createOrFilterAdapterpublic org.eclipse.emf.common.notify.Adapter createOrFilterAdapter() Creates a new adapter for an object of class 'Or Filter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- Since:
- 4.3
- See Also:
- OrFilter
- Generated
 
 - 
createModelElementAdapterpublic org.eclipse.emf.common.notify.Adapter createModelElementAdapter() Creates a new adapter for an object of class 'Model Element'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.- Returns:
- the new adapter.
- See Also:
- ModelElement
- Generated
 
 - 
createEObjectAdapterpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter() Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated
 
 
- 
 
-