
public class SecurityAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
SecurityPackage| Modifier and Type | Field and Description |
|---|---|
protected static SecurityPackage |
modelPackage
The cached model package
|
protected SecuritySwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
| Constructor and Description |
|---|
SecurityAdapterFactory()
Creates an instance of the adapter factory
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target |
org.eclipse.emf.common.notify.Adapter |
createAndFilterAdapter()
Creates a new adapter for an object of class '
And Filter' |
org.eclipse.emf.common.notify.Adapter |
createAssigneeAdapter()
Creates a new adapter for an object of class '
Assignee' |
org.eclipse.emf.common.notify.Adapter |
createClassFilterAdapter()
Creates a new adapter for an object of class '
Class Filter' |
org.eclipse.emf.common.notify.Adapter |
createClassPermissionAdapter()
Creates a new adapter for an object of class '
Class Permission' |
org.eclipse.emf.common.notify.Adapter |
createCombinedFilterAdapter()
Creates a new adapter for an object of class '
Combined Filter' |
org.eclipse.emf.common.notify.Adapter |
createDirectoryAdapter()
Creates a new adapter for an object of class '
Directory' |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case
|
org.eclipse.emf.common.notify.Adapter |
createExpressionFilterAdapter()
Creates a new adapter for an object of class '
Expression Filter' |
org.eclipse.emf.common.notify.Adapter |
createFilterPermissionAdapter()
Creates a new adapter for an object of class '
Filter Permission' |
org.eclipse.emf.common.notify.Adapter |
createGroupAdapter()
Creates a new adapter for an object of class '
Group' |
org.eclipse.emf.common.notify.Adapter |
createLinkedFilterAdapter()
Creates a new adapter for an object of class '
Linked Filter' |
org.eclipse.emf.common.notify.Adapter |
createModelElementAdapter()
Creates a new adapter for an object of class '
Model Element' |
org.eclipse.emf.common.notify.Adapter |
createNotFilterAdapter()
Creates a new adapter for an object of class '
Not Filter' |
org.eclipse.emf.common.notify.Adapter |
createObjectFilterAdapter()
Creates a new adapter for an object of class '
Object Filter' |
org.eclipse.emf.common.notify.Adapter |
createObjectPermissionAdapter()
Creates a new adapter for an object of class '
Object Permission' |
org.eclipse.emf.common.notify.Adapter |
createOrFilterAdapter()
Creates a new adapter for an object of class '
Or Filter' |
org.eclipse.emf.common.notify.Adapter |
createPackageFilterAdapter()
Creates a new adapter for an object of class '
Package Filter' |
org.eclipse.emf.common.notify.Adapter |
createPackagePermissionAdapter()
Creates a new adapter for an object of class '
Package Permission' |
org.eclipse.emf.common.notify.Adapter |
createPermissionAdapter()
Creates a new adapter for an object of class '
Permission' |
org.eclipse.emf.common.notify.Adapter |
createPermissionFilterAdapter()
Creates a new adapter for an object of class '
Permission Filter' |
org.eclipse.emf.common.notify.Adapter |
createRealmAdapter()
Creates a new adapter for an object of class '
Realm' |
org.eclipse.emf.common.notify.Adapter |
createResourceFilterAdapter()
Creates a new adapter for an object of class '
Resource Filter' |
org.eclipse.emf.common.notify.Adapter |
createResourcePermissionAdapter()
Creates a new adapter for an object of class '
Resource Permission' |
org.eclipse.emf.common.notify.Adapter |
createRoleAdapter()
Creates a new adapter for an object of class '
Role' |
org.eclipse.emf.common.notify.Adapter |
createSecurityElementAdapter()
Creates a new adapter for an object of class '
Element' |
org.eclipse.emf.common.notify.Adapter |
createSecurityItemAdapter()
Creates a new adapter for an object of class '
Item' |
org.eclipse.emf.common.notify.Adapter |
createUserAdapter()
Creates a new adapter for an object of class '
User' |
org.eclipse.emf.common.notify.Adapter |
createUserPasswordAdapter()
Creates a new adapter for an object of class '
User Password' |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object
|
protected static SecurityPackage modelPackage
protected SecuritySwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public SecurityAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createSecurityElementAdapter()
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.
SecurityElementpublic org.eclipse.emf.common.notify.Adapter createRealmAdapter()
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.
Realmpublic org.eclipse.emf.common.notify.Adapter createDirectoryAdapter()
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.
Directorypublic org.eclipse.emf.common.notify.Adapter createSecurityItemAdapter()
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.
SecurityItempublic org.eclipse.emf.common.notify.Adapter createRoleAdapter()
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.
Rolepublic org.eclipse.emf.common.notify.Adapter createAssigneeAdapter()
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.
Assigneepublic org.eclipse.emf.common.notify.Adapter createGroupAdapter()
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.
Grouppublic org.eclipse.emf.common.notify.Adapter createUserAdapter()
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.
Userpublic org.eclipse.emf.common.notify.Adapter createUserPasswordAdapter()
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.
UserPasswordpublic org.eclipse.emf.common.notify.Adapter createPermissionAdapter()
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.
Permissionpublic org.eclipse.emf.common.notify.Adapter createClassPermissionAdapter()
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.
ClassPermissionpublic org.eclipse.emf.common.notify.Adapter createPackagePermissionAdapter()
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.
PackagePermissionpublic org.eclipse.emf.common.notify.Adapter createResourcePermissionAdapter()
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.
ResourcePermissionpublic org.eclipse.emf.common.notify.Adapter createObjectPermissionAdapter()
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.ObjectPermissionpublic org.eclipse.emf.common.notify.Adapter createFilterPermissionAdapter()
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.FilterPermissionpublic org.eclipse.emf.common.notify.Adapter createPermissionFilterAdapter()
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.PermissionFilterpublic org.eclipse.emf.common.notify.Adapter createLinkedFilterAdapter()
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.LinkedFilterpublic org.eclipse.emf.common.notify.Adapter createPackageFilterAdapter()
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.PackageFilterpublic org.eclipse.emf.common.notify.Adapter createClassFilterAdapter()
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.ClassFilterpublic org.eclipse.emf.common.notify.Adapter createResourceFilterAdapter()
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.ResourceFilterpublic org.eclipse.emf.common.notify.Adapter createObjectFilterAdapter()
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.ObjectFilterpublic org.eclipse.emf.common.notify.Adapter createExpressionFilterAdapter()
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.ExpressionFilterpublic org.eclipse.emf.common.notify.Adapter createCombinedFilterAdapter()
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.CombinedFilterpublic org.eclipse.emf.common.notify.Adapter createNotFilterAdapter()
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.NotFilterpublic org.eclipse.emf.common.notify.Adapter createAndFilterAdapter()
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.AndFilterpublic org.eclipse.emf.common.notify.Adapter createOrFilterAdapter()
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.OrFilterpublic org.eclipse.emf.common.notify.Adapter createModelElementAdapter()
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.
ModelElementpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.