Klasse SecurityItemProviderAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.eclipse.emf.cdo.security.util.SecurityAdapterFactory
org.eclipse.emf.cdo.security.provider.SecurityItemProviderAdapterFactory
- Alle implementierten Schnittstellen:
AdapterFactory,ComposeableAdapterFactory,IChangeNotifier,IChildCreationExtender,IDisposable
public class SecurityItemProviderAdapterFactory
extends SecurityAdapterFactory
implements ComposeableAdapterFactory, IChangeNotifier, IDisposable, IChildCreationExtender
This is the factory that is used to provide the interfaces needed to support Viewers.
The adapters generated by this factory convert EMF adapter notifications into calls to
fireNotifyChanged.
The adapters also support Eclipse property sheets.
Note that most of the adapters are shared among multiple instances.
- Generated
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classA child creation extender for theExpressionsPackage.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.edit.provider.IChildCreationExtender
IChildCreationExtender.Descriptor -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected AndFilterItemProviderThis keeps track of the one adapter used for allAndFilterinstances.protected IChangeNotifierThis is used to implementIChangeNotifier.protected ChildCreationExtenderManagerThis helps manage the child creation extenders.protected ClassFilterItemProviderThis keeps track of the one adapter used for allClassFilterinstances.protected ClassPermissionItemProviderVeraltet.protected DirectoryItemProviderThis keeps track of the one adapter used for allDirectoryinstances.protected ExpressionFilterItemProviderThis keeps track of the one adapter used for allExpressionFilterinstances.protected FilterPermissionItemProviderThis keeps track of the one adapter used for allFilterPermissioninstances.protected GroupItemProviderThis keeps track of the one adapter used for allGroupinstances.protected LinkedFilterItemProviderThis keeps track of the one adapter used for allLinkedFilterinstances.protected NotFilterItemProviderThis keeps track of the one adapter used for allNotFilterinstances.protected OrFilterItemProviderThis keeps track of the one adapter used for allOrFilterinstances.protected PackageFilterItemProviderThis keeps track of the one adapter used for allPackageFilterinstances.protected PackagePermissionItemProviderVeraltet.protected ComposedAdapterFactoryThis keeps track of the root adapter factory that delegates to this adapter factory.protected RealmItemProviderThis keeps track of the one adapter used for allRealminstances.protected ResourceFilterItemProviderThis keeps track of the one adapter used for allResourceFilterinstances.protected ResourcePermissionItemProviderVeraltet.protected RoleItemProviderThis keeps track of the one adapter used for allRoleinstances.protected Collection<Object> This keeps track of all the supported types checked byisFactoryForType.protected UserItemProviderThis keeps track of the one adapter used for allUserinstances.protected UserPasswordItemProviderThis keeps track of the one adapter used for allUserPasswordinstances.Von Klasse geerbte Felder org.eclipse.emf.cdo.security.util.SecurityAdapterFactory
modelPackage, modelSwitch -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThis implementation substitutes the factory itself as the key for the adapter.voidaddListener(INotifyChangedListener notifyChangedListener) This adds a listener.This creates an adapter for aAndFilter.This creates an adapter for aClassFilter.Veraltet.This creates an adapter for aDirectory.This creates an adapter for aExpressionFilter.This creates an adapter for aFilterPermission.This creates an adapter for aGroup.This creates an adapter for aLinkedFilter.This creates an adapter for aNotFilter.This creates an adapter for aOrFilter.This creates an adapter for aPackageFilter.Veraltet.This creates an adapter for aRealm.This creates an adapter for aResourceFilter.Veraltet.This creates an adapter for aRole.This creates an adapter for aUser.This creates an adapter for aUserPassword.voiddispose()This disposes all of the item providers created by this factory.voidfireNotifyChanged(Notification notification) This delegates tochangeNotifierand toparentAdapterFactory.Collection<?> getNewChildDescriptors(Object object, EditingDomain editingDomain) This returns the root adapter factory that contains this factory.booleanisFactoryForType(Object type) voidremoveListener(INotifyChangedListener notifyChangedListener) This removes a listener.voidsetParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory) This sets the composed adapter factory that contains this factory.Von Klasse geerbte Methoden org.eclipse.emf.cdo.security.util.SecurityAdapterFactory
createAdapter, createAssigneeAdapter, createCombinedFilterAdapter, createEObjectAdapter, createModelElementAdapter, createObjectFilterAdapter, createObjectPermissionAdapter, createPermissionAdapter, createPermissionFilterAdapter, createSecurityElementAdapter, createSecurityItemAdapterVon Klasse geerbte Methoden org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adaptAllNew, adaptNew, associate, createAdapter, resolveVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.AdapterFactory
adaptAllNew, adaptNew
-
Felddetails
-
parentAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.- Generated
-
changeNotifier
This is used to implementIChangeNotifier.- Generated
-
childCreationExtenderManager
This helps manage the child creation extenders.- Generated
-
supportedTypes
This keeps track of all the supported types checked byisFactoryForType.- Generated
-
realmItemProvider
This keeps track of the one adapter used for allRealminstances.- Generated
-
directoryItemProvider
This keeps track of the one adapter used for allDirectoryinstances.- Generated
-
roleItemProvider
This keeps track of the one adapter used for allRoleinstances.- Generated
-
groupItemProvider
This keeps track of the one adapter used for allGroupinstances.- Generated
-
userItemProvider
This keeps track of the one adapter used for allUserinstances.- Generated
-
userPasswordItemProvider
This keeps track of the one adapter used for allUserPasswordinstances.- Generated
-
classPermissionItemProvider
Veraltet.This keeps track of the one adapter used for allClassPermissioninstances.- Generated
-
packagePermissionItemProvider
Veraltet.This keeps track of the one adapter used for allPackagePermissioninstances.- Generated
-
resourcePermissionItemProvider
Veraltet.This keeps track of the one adapter used for allResourcePermissioninstances.- Generated
-
filterPermissionItemProvider
This keeps track of the one adapter used for allFilterPermissioninstances.- Seit:
- 4.3
- Generated
-
linkedFilterItemProvider
This keeps track of the one adapter used for allLinkedFilterinstances.- Seit:
- 4.3
- Generated
-
packageFilterItemProvider
This keeps track of the one adapter used for allPackageFilterinstances.- Seit:
- 4.3
- Generated
-
classFilterItemProvider
This keeps track of the one adapter used for allClassFilterinstances.- Seit:
- 4.3
- Generated
-
resourceFilterItemProvider
This keeps track of the one adapter used for allResourceFilterinstances.- Seit:
- 4.3
- Generated
-
expressionFilterItemProvider
This keeps track of the one adapter used for allExpressionFilterinstances.- Seit:
- 4.3
- Generated
-
notFilterItemProvider
This keeps track of the one adapter used for allNotFilterinstances.- Seit:
- 4.3
- Generated
-
andFilterItemProvider
This keeps track of the one adapter used for allAndFilterinstances.- Seit:
- 4.3
- Generated
-
orFilterItemProvider
This keeps track of the one adapter used for allOrFilterinstances.- Seit:
- 4.3
- Generated
-
-
Konstruktordetails
-
SecurityItemProviderAdapterFactory
public SecurityItemProviderAdapterFactory()This constructs an instance.- Generated
-
-
Methodendetails
-
createRealmAdapter
This creates an adapter for aRealm.- Setzt außer Kraft:
createRealmAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createDirectoryAdapter
This creates an adapter for aDirectory.- Setzt außer Kraft:
createDirectoryAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createRoleAdapter
This creates an adapter for aRole.- Setzt außer Kraft:
createRoleAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createGroupAdapter
This creates an adapter for aGroup.- Setzt außer Kraft:
createGroupAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createUserAdapter
This creates an adapter for aUser.- Setzt außer Kraft:
createUserAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createUserPasswordAdapter
This creates an adapter for aUserPassword.- Setzt außer Kraft:
createUserPasswordAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createClassPermissionAdapter
Veraltet.This creates an adapter for aClassPermission.- Setzt außer Kraft:
createClassPermissionAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createPackagePermissionAdapter
Veraltet.This creates an adapter for aPackagePermission.- Setzt außer Kraft:
createPackagePermissionAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createResourcePermissionAdapter
Veraltet.This creates an adapter for aResourcePermission.- Setzt außer Kraft:
createResourcePermissionAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Siehe auch:
- Generated
-
createFilterPermissionAdapter
This creates an adapter for aFilterPermission.- Setzt außer Kraft:
createFilterPermissionAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createLinkedFilterAdapter
This creates an adapter for aLinkedFilter.- Setzt außer Kraft:
createLinkedFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createPackageFilterAdapter
This creates an adapter for aPackageFilter.- Setzt außer Kraft:
createPackageFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createClassFilterAdapter
This creates an adapter for aClassFilter.- Setzt außer Kraft:
createClassFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createResourceFilterAdapter
This creates an adapter for aResourceFilter.- Setzt außer Kraft:
createResourceFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createExpressionFilterAdapter
This creates an adapter for aExpressionFilter.- Setzt außer Kraft:
createExpressionFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createNotFilterAdapter
This creates an adapter for aNotFilter.- Setzt außer Kraft:
createNotFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createAndFilterAdapter
This creates an adapter for aAndFilter.- Setzt außer Kraft:
createAndFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
createOrFilterAdapter
This creates an adapter for aOrFilter.- Setzt außer Kraft:
createOrFilterAdapterin KlasseSecurityAdapterFactory- Gibt zurück:
- the new adapter.
- Seit:
- 4.3
- Siehe auch:
- Generated
-
getRootAdapterFactory
This returns the root adapter factory that contains this factory.- Angegeben von:
getRootAdapterFactoryin SchnittstelleComposeableAdapterFactory- Generated
-
setParentAdapterFactory
This sets the composed adapter factory that contains this factory.- Angegeben von:
setParentAdapterFactoryin SchnittstelleComposeableAdapterFactory- Generated
-
isFactoryForType
- Angegeben von:
isFactoryForTypein SchnittstelleAdapterFactory- Setzt außer Kraft:
isFactoryForTypein KlasseSecurityAdapterFactory- Gibt zurück:
- whether this factory is applicable for the type of the object.
- Generated
-
adapt
This implementation substitutes the factory itself as the key for the adapter.- Angegeben von:
adaptin SchnittstelleAdapterFactory- Setzt außer Kraft:
adaptin KlasseAdapterFactoryImpl- Generated
-
adapt
- Angegeben von:
adaptin SchnittstelleAdapterFactory- Setzt außer Kraft:
adaptin KlasseAdapterFactoryImpl- Generated
-
getChildCreationExtenders
- Generated
-
getNewChildDescriptors
- Angegeben von:
getNewChildDescriptorsin SchnittstelleIChildCreationExtender- Generated
-
getResourceLocator
- Angegeben von:
getResourceLocatorin SchnittstelleIChildCreationExtender- Generated
-
addListener
This adds a listener.- Angegeben von:
addListenerin SchnittstelleIChangeNotifier- Generated
-
removeListener
This removes a listener.- Angegeben von:
removeListenerin SchnittstelleIChangeNotifier- Generated
-
fireNotifyChanged
This delegates tochangeNotifierand toparentAdapterFactory.- Angegeben von:
fireNotifyChangedin SchnittstelleIChangeNotifier- Generated
-
dispose
public void dispose()This disposes all of the item providers created by this factory.- Angegeben von:
disposein SchnittstelleIDisposable- Generated
-