public class LogAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
LogPackage| Modifier and Type | Field and Description |
|---|---|
protected static LogPackage |
modelPackage
The cached model package.
|
protected LogSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
LogAdapterFactory()
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 |
createCheckoutRelatedAdapter()
Creates a new adapter for an object of class '
Checkout Related'. |
org.eclipse.emf.common.notify.Adapter |
createDatabaseCreatedAdapter()
Creates a new adapter for an object of class '
Database Created'. |
org.eclipse.emf.common.notify.Adapter |
createDownloadAdapter()
Creates a new adapter for an object of class '
Download'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtendedDataAddedToProjectAdapter()
Creates a new adapter for an object of class '
Extended Data Added To Project'. |
org.eclipse.emf.common.notify.Adapter |
createExtendedDataAddedToRevisionAdapter()
Creates a new adapter for an object of class '
Extended Data Added To Revision'. |
org.eclipse.emf.common.notify.Adapter |
createGeoTagUpdatedAdapter()
Creates a new adapter for an object of class '
Geo Tag Updated'. |
org.eclipse.emf.common.notify.Adapter |
createLogActionAdapter()
Creates a new adapter for an object of class '
Action'. |
org.eclipse.emf.common.notify.Adapter |
createNewCheckoutAddedAdapter()
Creates a new adapter for an object of class '
New Checkout Added'. |
org.eclipse.emf.common.notify.Adapter |
createNewObjectIDMUploadedAdapter()
Creates a new adapter for an object of class '
New Object IDM Uploaded'. |
org.eclipse.emf.common.notify.Adapter |
createNewProjectAddedAdapter()
Creates a new adapter for an object of class '
New Project Added'. |
org.eclipse.emf.common.notify.Adapter |
createNewRevisionAddedAdapter()
Creates a new adapter for an object of class '
New Revision Added'. |
org.eclipse.emf.common.notify.Adapter |
createNewUserAddedAdapter()
Creates a new adapter for an object of class '
New User Added'. |
org.eclipse.emf.common.notify.Adapter |
createPasswordChangedAdapter()
Creates a new adapter for an object of class '
Password Changed'. |
org.eclipse.emf.common.notify.Adapter |
createPasswordResetAdapter()
Creates a new adapter for an object of class '
Password Reset'. |
org.eclipse.emf.common.notify.Adapter |
createProjectDeletedAdapter()
Creates a new adapter for an object of class '
Project Deleted'. |
org.eclipse.emf.common.notify.Adapter |
createProjectRelatedAdapter()
Creates a new adapter for an object of class '
Project Related'. |
org.eclipse.emf.common.notify.Adapter |
createProjectUndeletedAdapter()
Creates a new adapter for an object of class '
Project Undeleted'. |
org.eclipse.emf.common.notify.Adapter |
createProjectUpdatedAdapter()
Creates a new adapter for an object of class '
Project Updated'. |
org.eclipse.emf.common.notify.Adapter |
createRemoteServiceCalledAdapter()
Creates a new adapter for an object of class '
Remote Service Called'. |
org.eclipse.emf.common.notify.Adapter |
createRevisionBranchedAdapter()
Creates a new adapter for an object of class '
Revision Branched'. |
org.eclipse.emf.common.notify.Adapter |
createRevisionRelatedAdapter()
Creates a new adapter for an object of class '
Revision Related'. |
org.eclipse.emf.common.notify.Adapter |
createRevisionUpdatedAdapter()
Creates a new adapter for an object of class '
Revision Updated'. |
org.eclipse.emf.common.notify.Adapter |
createServerLogAdapter()
Creates a new adapter for an object of class '
Server Log'. |
org.eclipse.emf.common.notify.Adapter |
createServerStartedAdapter()
Creates a new adapter for an object of class '
Server Started'. |
org.eclipse.emf.common.notify.Adapter |
createSettingsSavedAdapter()
Creates a new adapter for an object of class '
Settings Saved'. |
org.eclipse.emf.common.notify.Adapter |
createUserAddedToProjectAdapter()
Creates a new adapter for an object of class '
User Added To Project'. |
org.eclipse.emf.common.notify.Adapter |
createUserChangedAdapter()
Creates a new adapter for an object of class '
User Changed'. |
org.eclipse.emf.common.notify.Adapter |
createUserDeletedAdapter()
Creates a new adapter for an object of class '
User Deleted'. |
org.eclipse.emf.common.notify.Adapter |
createUserRelatedAdapter()
Creates a new adapter for an object of class '
User Related'. |
org.eclipse.emf.common.notify.Adapter |
createUserRemovedFromProjectAdapter()
Creates a new adapter for an object of class '
User Removed From Project'. |
org.eclipse.emf.common.notify.Adapter |
createUserUndeletedAdapter()
Creates a new adapter for an object of class '
User Undeleted'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static LogPackage modelPackage
protected LogSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public LogAdapterFactory()
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 createLogActionAdapter()
Action'.
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.
LogActionpublic org.eclipse.emf.common.notify.Adapter createServerLogAdapter()
Server Log'.
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.
ServerLogpublic org.eclipse.emf.common.notify.Adapter createProjectRelatedAdapter()
Project Related'.
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.
ProjectRelatedpublic org.eclipse.emf.common.notify.Adapter createCheckoutRelatedAdapter()
Checkout Related'.
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.
CheckoutRelatedpublic org.eclipse.emf.common.notify.Adapter createRevisionRelatedAdapter()
Revision Related'.
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.
RevisionRelatedpublic org.eclipse.emf.common.notify.Adapter createUserRelatedAdapter()
User Related'.
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.
UserRelatedpublic org.eclipse.emf.common.notify.Adapter createNewUserAddedAdapter()
New User Added'.
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.
NewUserAddedpublic org.eclipse.emf.common.notify.Adapter createNewProjectAddedAdapter()
New Project Added'.
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.
NewProjectAddedpublic org.eclipse.emf.common.notify.Adapter createRevisionBranchedAdapter()
Revision Branched'.
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.
RevisionBranchedpublic org.eclipse.emf.common.notify.Adapter createNewRevisionAddedAdapter()
New Revision Added'.
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.
NewRevisionAddedpublic org.eclipse.emf.common.notify.Adapter createNewCheckoutAddedAdapter()
New Checkout Added'.
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.
NewCheckoutAddedpublic org.eclipse.emf.common.notify.Adapter createSettingsSavedAdapter()
Settings Saved'.
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.
SettingsSavedpublic org.eclipse.emf.common.notify.Adapter createUserAddedToProjectAdapter()
User Added To Project'.
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.
UserAddedToProjectpublic org.eclipse.emf.common.notify.Adapter createNewObjectIDMUploadedAdapter()
New Object IDM Uploaded'.
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.
NewObjectIDMUploadedpublic org.eclipse.emf.common.notify.Adapter createDownloadAdapter()
Download'.
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.
Downloadpublic org.eclipse.emf.common.notify.Adapter createUserRemovedFromProjectAdapter()
User Removed From Project'.
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.
UserRemovedFromProjectpublic org.eclipse.emf.common.notify.Adapter createProjectDeletedAdapter()
Project Deleted'.
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.
ProjectDeletedpublic org.eclipse.emf.common.notify.Adapter createUserDeletedAdapter()
User Deleted'.
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.
UserDeletedpublic org.eclipse.emf.common.notify.Adapter createPasswordResetAdapter()
Password Reset'.
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.
PasswordResetpublic org.eclipse.emf.common.notify.Adapter createDatabaseCreatedAdapter()
Database Created'.
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.
DatabaseCreatedpublic org.eclipse.emf.common.notify.Adapter createServerStartedAdapter()
Server Started'.
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.
ServerStartedpublic org.eclipse.emf.common.notify.Adapter createProjectUpdatedAdapter()
Project Updated'.
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.
ProjectUpdatedpublic org.eclipse.emf.common.notify.Adapter createUserUndeletedAdapter()
User Undeleted'.
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.
UserUndeletedpublic org.eclipse.emf.common.notify.Adapter createProjectUndeletedAdapter()
Project Undeleted'.
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.
ProjectUndeletedpublic org.eclipse.emf.common.notify.Adapter createRevisionUpdatedAdapter()
Revision Updated'.
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.
RevisionUpdatedpublic org.eclipse.emf.common.notify.Adapter createGeoTagUpdatedAdapter()
Geo Tag Updated'.
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.
GeoTagUpdatedpublic org.eclipse.emf.common.notify.Adapter createPasswordChangedAdapter()
Password Changed'.
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.
PasswordChangedpublic org.eclipse.emf.common.notify.Adapter createUserChangedAdapter()
User Changed'.
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.
UserChangedpublic org.eclipse.emf.common.notify.Adapter createExtendedDataAddedToRevisionAdapter()
Extended Data Added To Revision'.
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.
ExtendedDataAddedToRevisionpublic org.eclipse.emf.common.notify.Adapter createExtendedDataAddedToProjectAdapter()
Extended Data Added To Project'.
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.
ExtendedDataAddedToProjectpublic org.eclipse.emf.common.notify.Adapter createRemoteServiceCalledAdapter()
Remote Service Called'.
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.
RemoteServiceCalledpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2018 OpenSource BIM. All rights reserved.