A C D E F G I K L M N O P R S T U V

A

AbstractLocationsUtil - Class in org.modelbus.core.lib.util
 
AbstractLocationsUtil() - Constructor for class org.modelbus.core.lib.util.AbstractLocationsUtil
 
AbstractModelBusEPackageRegistry - Class in org.modelbus.core.lib.util
 
AbstractModelBusEPackageRegistry() - Constructor for class org.modelbus.core.lib.util.AbstractModelBusEPackageRegistry
 
Activator - Class in org.modelbus.core.lib
 
Activator() - Constructor for class org.modelbus.core.lib.Activator
 
addNotificationListener(INotificationListener) - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
Adds a specified notification listener, if it does not already exist in the listener list
addObserver(Observer) - Method in class org.modelbus.core.lib.notification.NotificationLocationStatus
 
authenticate(String, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Authenticates an user to the ModelBus server.
authorityEquals(URI, String) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 

C

canHandle(URI) - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
checkInFile(Session, URI, File, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a file and saves the changed file in the repository.
checkInFile(Session, URI, File, String, Map<String, Object>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a file and saves the changed file in the repository.
checkInFile(Session, IModelBusDataSource, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a file that is encapsulated in a ModelBusDataSource.
checkInFile(Session, IModelBusDataSource, String, Map<String, Object>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a file that is encapsulated in a ModelBusDataSource.
checkInModel(Session, Resource, Map<?, ?>, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a resource and saves the changed resource in the repository.
checkInModel(Session, Resource, Map<?, ?>, String, Map<String, Object>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a resource and saves the changed resource in the repository.
checkInModel(Session, Resource, URI, Map<?, ?>, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a resource and saves the changed resource in the repository.
checkInModel(Session, Resource, URI, Map<?, ?>, String, Map<String, Object>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a resource and saves the changed resource in the repository.
checkInModel(Session, List<Resource>, Map<?, ?>, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a list of resources and saves the changed resources in the repository.
checkInModel(Session, List<Resource>, Map<?, ?>, String, Map<String, Object>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a list of resources and saves the changed resources in the repository.
checkOutFile(Session, URI, String, File) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a file located in the repository at the specified path in a particular revision.
checkOutFile(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a file located in the repository at the specified path in a particular revision and returns the InputStream.
checkOutFileAsDataSource(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a file located in the repository at the specified path in a particular revision and returns a ModelBusDataSource.
checkOutModel(Session, Resource, Map<?, ?>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a model with head revision.
checkOutModel(Session, List<Resource>, Map<?, ?>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a list of models with head revision.
checkoutModelWithDependencies(Session, Resource, String, Map<?, ?>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a model and its dependent models with the specified revision.
checkOutModelWithRevision(Session, Resource, String, Map<?, ?>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a model with the specified revision.
checkOutModelWithRevision(Session, List<Resource>, String, Map<?, ?>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks out a list of models with the specified revision.
checkPath(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Returns the kind ("DIR", "FILE", "MODEL", "UNKNOWN", "NONE") of a repository node located at the specified location in a particular revision.
commit(Session, List<PathFileContentMapEntry>, List<PathFileContentMapEntry>, List<String>, List<String>, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
 
commitChangeModel(Session, String, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Commits a serialized EMF ChangeModel.
commitChangeModelNotification(String, String, String) - Method in interface org.modelbus.core.lib.notification.INotificationListener
Notifies the listener about the commit of a change set.
control(Session, URI, String, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Splits a model into fragments.
convertToString(EDataType, Object) - Method in class org.modelbus.core.lib.util.DynamicEFactoryImpl
 
copy(Session, String[], String, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Copies repository entries located at the specified srcPaths to a directory located at the specified destPath.
create(EClass) - Method in class org.modelbus.core.lib.util.DynamicEFactoryImpl
 
createDir(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Creates a directory located at the specified path.
createDir(Session, URI, String, Map<String, Object>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Creates a directory located at the specified path.
createFromString(EDataType, String) - Method in class org.modelbus.core.lib.util.DynamicEFactoryImpl
 
createInputStream(URI, Map<?, ?>) - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
createOutputStream(URI, Map<?, ?>) - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 

D

DATABINDING_JAXB - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Value for jaxb databinding.
DATABINDING_SIMPLE - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Value for "simple" databinding.
DEFAULT_SERVICE_PORT - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
The default port to use when both the OPTION_OSGI_HTTP_SERVICE_CONTEXT and the OPTION_OSGI_HTTP_SERVICE_CONTEXT are not set.
DefaultLocationsUtil - Class in org.modelbus.core.lib.util
 
DefaultLocationsUtil() - Constructor for class org.modelbus.core.lib.util.DefaultLocationsUtil
 
DefaultModelBusDataSource - Class in org.modelbus.core.lib.types
 
DefaultModelBusDataSource(URI, DataSource) - Constructor for class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
delete(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Deletes the repository entry located at the specified location.
delete(URI, Map<?, ?>) - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
disableProxy() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
DynamicEFactoryImpl - Class in org.modelbus.core.lib.util
 
DynamicEFactoryImpl() - Constructor for class org.modelbus.core.lib.util.DynamicEFactoryImpl
 
DynamicEFactoryInvocationHandler - Class in org.modelbus.core.lib.util
 
DynamicEFactoryInvocationHandler(String) - Constructor for class org.modelbus.core.lib.util.DynamicEFactoryInvocationHandler
 
DynamicModelElementImpl - Class in org.modelbus.core.lib.util
 
DynamicModelElementImpl() - Constructor for class org.modelbus.core.lib.util.DynamicModelElementImpl
 

E

enableProxy() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
eObject - Variable in class org.modelbus.core.lib.holders.EObjectHolder
 
EObjectHolder - Class in org.modelbus.core.lib.holders
 
EObjectHolder() - Constructor for class org.modelbus.core.lib.holders.EObjectHolder
 
EObjectHolder(EObject) - Constructor for class org.modelbus.core.lib.holders.EObjectHolder
 
exists(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Checks whether the specified location exists in the repository or not
exists(URI, Map<?, ?>) - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
EXTERNAL_LOCATION_PROPERTY_PASSWORD - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
EXTERNAL_LOCATION_PROPERTY_PUBLIC_ROOT_URI - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
EXTERNAL_LOCATION_PROPERTY_ROOT_SERVICES_URI - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
EXTERNAL_LOCATION_PROPERTY_TYPE - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
EXTERNAL_LOCATION_PROPERTY_USERNAME - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 

F

fileExtensionEquals(URI, String) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
forcesSecureConnection() - Method in interface org.modelbus.core.lib.IModelBusHelper
 
FRONTEND_JAXWS - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Value for jaxws frontend.
FRONTEND_SIMPLE - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Value for "simple" frontend.

G

get(Class) - Static method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
getAbsoluteConfigFilePath(String) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getAbsoluteRootFilePath(String) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getConfiguredProxyURI(boolean) - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getContentType() - Method in class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
getContentType() - Method in interface org.modelbus.core.lib.types.IModelBusDataSource
 
getDefaultSession() - Static method in class org.modelbus.core.lib.session.SessionFactory
 
getDependencies(Session, URI, boolean, boolean) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets all incoming and outgoing references for a model or a model element with the specified uri.
getDependencies(Session, URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets all incoming and outgoing references for a model or a model element with the specified uri.
getDirEntries(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Returns an array with repository directory entries for a directory located at the specified path in a particular revision.
getDirEntries(Session, URI, String, String[]) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Returns an array with repository directory entries for a directory located at the specified path in a particular revision excluding specified entries.
getEPackage(String) - Method in class org.modelbus.core.lib.util.AbstractModelBusEPackageRegistry
 
getExtendedLogEntry(Session, String, Long) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Returns an log entry for a given commit extended with information about its previous commit.
getExternalLocation(String) - Static method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getExternalLocationByURI(URI) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getExternalLocations() - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getFilesToCheckin() - Method in interface org.modelbus.core.lib.IRepositoryHelper
 
getGitLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getHostAddress(boolean) - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getIncomingReferences(Session, URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets all incoming references for a model or a model element with the specified uri.
getInfo(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gives information about an entry located at the specified path in a particular revision.
getInputStream() - Method in class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
getInputStream() - Method in interface org.modelbus.core.lib.types.IModelBusDataSource
 
getInstance() - Static method in class org.modelbus.core.lib.util.LocationsUtilFactory
 
getLocation(String) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getLocation() - Method in class org.modelbus.core.lib.types.Status
 
getLocationProperties(String) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getLocationProperty(String, String) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getLocationProperty(Location, String) - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getLocationPropertyValue(String, String) - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getLocationsUtil() - Method in class org.modelbus.core.lib.util.LocationsUtilFactory
 
getLocks(Session, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets all lock entries on or below the specified urlPrefix.
getLogEntries(Session, String[], String, String, boolean, boolean, long, boolean, String[]) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Traverses revision history and returns an array of log entries.
getMode() - Method in interface org.modelbus.core.lib.IModelBusHelper
 
getMode() - Method in interface org.modelbus.core.lib.IRepositoryHelper
 
getModelBusConfigModelFolderLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getModelBusConfigModelFolderLocation() - Method in class org.modelbus.core.lib.util.DefaultLocationsUtil
 
getModelBusConfigModelLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getModelBusConfigModelLocation() - Method in class org.modelbus.core.lib.util.DefaultLocationsUtil
 
getModelBusRootLocation() - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getName() - Method in class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
getName() - Method in interface org.modelbus.core.lib.types.IModelBusDataSource
 
getNotificationListenerManager() - Static method in class org.modelbus.core.lib.notification.NotificationListenerManager
Returns an instance of a NotificationListenerManager for a specified repository location (for example "http://localhost:9191/modelbusrepository")
getNotificationLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getNotificationLocation() - Method in class org.modelbus.core.lib.util.DefaultLocationsUtil
 
getNotificationLocationStatus() - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
 
getOption(String) - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
getOptions() - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
getOutgoingReferences(Session, URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets all outgoing references for a model or a model element with the specified uri.
getOutputStream() - Method in class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
getOutputStream() - Method in interface org.modelbus.core.lib.types.IModelBusDataSource
 
getProjectPathMap() - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets the project path map
getProxyURI(boolean) - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getReferencingResources(Session, URI, URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Gets a list of resources, which contain model elements of a certain type (referencingTypeUri) that references the specified element (referencedObjectUri)
getRepositoryHelper() - Method in interface org.modelbus.core.lib.ModelBusConsumer
 
getRepositoryHelper() - Static method in class org.modelbus.core.lib.ModelBusCoreLib
 
getRepositoryLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getRepositoryLocation(boolean) - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getResourceUri(URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Returns the resource uri of an object with the specified objectUri; the uri without a fragment.
getRoot(Session) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Returns the repository's root directory entry
getSecureLocation() - Method in class org.modelbus.core.lib.types.Status
 
getSecureRepositoryLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getSecureRepositoryLocation() - Method in class org.modelbus.core.lib.util.DefaultLocationsUtil
 
getServiceInterface() - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
getServiceName() - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
getServicesHelper() - Static method in class org.modelbus.core.lib.ModelBusCoreLib
 
getServiceStatus() - Method in class org.modelbus.core.lib.types.Status
 
getSession() - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
getStartupDate() - Method in class org.modelbus.core.lib.types.Status
 
getStatus(Session, boolean) - Method in interface org.modelbus.core.lib.IServicesHelper
 
getSVNLocation() - Method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
getTempFolder() - Static method in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
getTime() - Method in class org.modelbus.core.lib.types.LockInfo
 
getTopicListener() - Static method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
getUri() - Method in class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
getUri() - Method in interface org.modelbus.core.lib.types.IModelBusDataSource
 
getUrl() - Method in class org.modelbus.core.lib.types.LockInfo
 
getUsername() - Method in class org.modelbus.core.lib.types.LockInfo
 
getValue() - Method in class org.modelbus.core.lib.util.DynamicEFactoryInvocationHandler
 

I

IModelBusDataSource - Interface in org.modelbus.core.lib.types
 
IModelBusHelper - Interface in org.modelbus.core.lib
 
INotificationListener - Interface in org.modelbus.core.lib.notification
The interface has to be implemented to receive and analyze notifications about model creation, deletion, updating or about the commit of a changes set
invoke(Object, Method, Object[]) - Method in class org.modelbus.core.lib.util.DynamicEFactoryInvocationHandler
 
IRepositoryHelper - Interface in org.modelbus.core.lib
The interface IRepositoryHelper provides an API to work with the ModelBusRepository.
IRepositoryHelper.PingType - Enum in org.modelbus.core.lib
 
isAvailable() - Method in class org.modelbus.core.lib.notification.NotificationLocationStatus
 
IServicesHelper - Interface in org.modelbus.core.lib
The interface IServicesHelper provides an API to work with services related to the ModelBus.
isFileURI(URI) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
isHTTPURI(URI) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
isModelbusTopicListenerThreadRunning() - Method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
isOptionSet(String) - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
isPathMapURI(URI) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
isUMLProfileURI(URI) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 

K

kill() - Method in class org.modelbus.core.lib.notification.ModelbusNotificationPingThread
 

L

LOCATION_GIT_REPOSITORY - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_NOTIFICATION - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_GIT_EMAIL - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_GIT_USERNAME - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_OAUTH_SECRET - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_OAUTH_USER - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_ALGORITHM - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_KEYSTORE - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_KEYSTORE_PASSWORD - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_KEYSTORE_TYPE - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_PASSWORD - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_TRUSTSTORE - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SSL_TRUSTSTORE_PASSWORD - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SVN_PASSWORD - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_SVN_USERNAME - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_TFS_NATIVE_LIBRARY - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_TFS_PASSWORD - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_TFS_SERVER - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_TFS_SERVER_PATH - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_PROPERTY_TFS_USERNAME - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_REPOSITORY - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_REPOSITORY_SECURE - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_SVN_REPOSITORY - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LOCATION_TFS_REPOSITORY - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
LocationsUtilFactory - Class in org.modelbus.core.lib.util
 
lock(Session, URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Locks the repository entry located at the specified location.
LockInfo - Class in org.modelbus.core.lib.types
 
LockInfo(String, String, long) - Constructor for class org.modelbus.core.lib.types.LockInfo
 

M

main(String[]) - Static method in class org.modelbus.core.lib.notification.StopTopicListenerTest
 
MODE_CXF - Static variable in interface org.modelbus.core.lib.IModelBusHelper
 
MODE_DOSGI - Static variable in interface org.modelbus.core.lib.IModelBusHelper
 
MODELBUS_CONFIG_DIR - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
MODELBUS_CONFIG_MODEL_DEFAULT_NAME - Static variable in class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
ModelBusClientURIHandler - Class in org.modelbus.core.lib.util
 
ModelBusClientURIHandler(IRepositoryHelper) - Constructor for class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
ModelBusConfiguration - Class in org.modelbus.core.lib.configuration
 
ModelBusConfiguration() - Constructor for class org.modelbus.core.lib.configuration.ModelBusConfiguration
 
ModelBusConstants - Class in org.modelbus.core.lib
 
ModelBusConstants() - Constructor for class org.modelbus.core.lib.ModelBusConstants
 
ModelBusConsumer - Interface in org.modelbus.core.lib
 
ModelBusCoreLib - Class in org.modelbus.core.lib
 
ModelBusCoreLib() - Constructor for class org.modelbus.core.lib.ModelBusCoreLib
 
ModelBusCoreUtil - Class in org.modelbus.core.lib.util
 
ModelBusCoreUtil() - Constructor for class org.modelbus.core.lib.util.ModelBusCoreUtil
 
ModelBusCoreUtil.StringUtil - Class in org.modelbus.core.lib.util
 
ModelBusCoreUtil.StringUtil() - Constructor for class org.modelbus.core.lib.util.ModelBusCoreUtil.StringUtil
 
ModelBusCoreUtil.URIUtil - Class in org.modelbus.core.lib.util
 
ModelBusCoreUtil.URIUtil() - Constructor for class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
modelBusDataSource - Variable in class org.modelbus.core.lib.holders.ModelBusDataSourceHolder
 
ModelBusDataSourceHolder - Class in org.modelbus.core.lib.holders
 
ModelBusDataSourceHolder() - Constructor for class org.modelbus.core.lib.holders.ModelBusDataSourceHolder
 
ModelBusException - Exception in org.modelbus.core.lib.configuration
 
ModelBusException(String) - Constructor for exception org.modelbus.core.lib.configuration.ModelBusException
 
ModelBusException(String, Throwable) - Constructor for exception org.modelbus.core.lib.configuration.ModelBusException
 
ModelBusException(Throwable) - Constructor for exception org.modelbus.core.lib.configuration.ModelBusException
 
ModelbusNotificationPingThread - Class in org.modelbus.core.lib.notification
 
ModelbusNotificationPingThread(long) - Constructor for class org.modelbus.core.lib.notification.ModelbusNotificationPingThread
 
ModelBusPackageRegistry - Class in org.modelbus.core.lib.util
 
ModelBusPackageRegistry() - Constructor for class org.modelbus.core.lib.util.ModelBusPackageRegistry
 
ModelBusServiceConfiguration - Class in org.modelbus.core.lib.configuration
 
ModelBusServiceConfiguration() - Constructor for class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
ModelBusServiceConfiguration(String) - Constructor for class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
ModelBusServiceException - Exception in org.modelbus.core.lib.configuration
 
ModelBusServiceException(String) - Constructor for exception org.modelbus.core.lib.configuration.ModelBusServiceException
 
ModelBusServiceException(String, Throwable) - Constructor for exception org.modelbus.core.lib.configuration.ModelBusServiceException
 
ModelBusServiceException(Throwable) - Constructor for exception org.modelbus.core.lib.configuration.ModelBusServiceException
 
ModelBusTopicListener - Class in org.modelbus.core.lib.notification
 
move(Session, String[], String, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Moves repository entries located at the specified srcPaths to a directory located at the specified destPath.

N

notification(String, String, String, String) - Method in interface org.modelbus.core.lib.notification.INotificationListener
Notifies the listener about model creation, deletion, updating
NOTIFICATION_MODE_CREATE - Static variable in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
NOTIFICATION_MODE_DELETE - Static variable in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
NOTIFICATION_MODE_UPDATE - Static variable in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
NotificationListenerManager - Class in org.modelbus.core.lib.notification
The class manages the registration of notification listeners.
NotificationLocationStatus - Class in org.modelbus.core.lib.notification
 
NotificationLocationStatus() - Constructor for class org.modelbus.core.lib.notification.NotificationLocationStatus
 
notify(String, String, String, String) - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
Notifies each registered notification listener about model creation, deletion or updating
notifyChangeModelNotificationListener(String, String, String) - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
Notifies each notification listener about the commit of a change set.

O

onMessage(Message) - Method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
OPTION_CONTENT_TYPE - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
OPTION_DATABINDING - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Defines the databinding to use for the service.
OPTION_EFFECTIVE_SERVICE_ADDRESS - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
The URL the service has been deployed to.
OPTION_ENABLE_MTOM - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Enables the MTOM transmission feature for the service.
OPTION_FRONTEND - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Defines the frontend used for the service.
OPTION_OSGI_HTTP_SERVICE_CONTEXT - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Defines the context to use to deploy the service to an existent OSGi HTTPService within the OSGi container.
OPTION_SERVICE_ADDRESS - Static variable in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
Defines the service address to use to deploy the service to.
org.modelbus.core.lib - package org.modelbus.core.lib
 
org.modelbus.core.lib.configuration - package org.modelbus.core.lib.configuration
 
org.modelbus.core.lib.holders - package org.modelbus.core.lib.holders
 
org.modelbus.core.lib.notification - package org.modelbus.core.lib.notification
 
org.modelbus.core.lib.session - package org.modelbus.core.lib.session
 
org.modelbus.core.lib.types - package org.modelbus.core.lib.types
 
org.modelbus.core.lib.util - package org.modelbus.core.lib.util
 

P

ping(IRepositoryHelper.PingType, Session) - Method in interface org.modelbus.core.lib.IRepositoryHelper
 
PROFILE_EXTENSION - Static variable in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
PROPERTY_ORIGINAL_URI - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
publishService(Session, ModelBusServiceConfiguration) - Method in interface org.modelbus.core.lib.IServicesHelper
 

R

register(ModelBusServiceConfiguration) - Static method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
registerRepositoryHelper(IRepositoryHelper) - Method in interface org.modelbus.core.lib.ModelBusConsumer
 
removeNotificationListener(INotificationListener) - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
Removes a specified notification listener
RESOURCE_DEPENDENCIES_MODEL_SUFFIX - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
RESOURCE_PROPERTY_CHILD_MODEL - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
RESOURCE_PROPERTY_MIME_TYPE - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
RESOURCE_PROPERTY_NAMESPACE_MODELBUS - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
RESOURCE_PROPERTY_PARENT_MODEL - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
RESOURCE_PROPERTY_SYMLINK - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
REVISION_HEAD - Static variable in interface org.modelbus.core.lib.IRepositoryHelper
 
run() - Method in class org.modelbus.core.lib.notification.ModelbusNotificationPingThread
 
run(NotificationLocationStatus) - Method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 

S

schemeEquals(URI, String) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
SESSION_EMAIL - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
SESSION_PASSWORD - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
SESSION_USERNAME - Static variable in class org.modelbus.core.lib.ModelBusConstants
 
SessionFactory - Class in org.modelbus.core.lib.session
 
SessionFactory() - Constructor for class org.modelbus.core.lib.session.SessionFactory
 
setAvailable(boolean) - Method in class org.modelbus.core.lib.notification.NotificationLocationStatus
 
setEnableDependencies(boolean) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Enables dependencies support.
setForceSecureConnection(boolean) - Method in interface org.modelbus.core.lib.IModelBusHelper
 
setLocation(String) - Method in class org.modelbus.core.lib.types.Status
 
setMode(Integer) - Method in interface org.modelbus.core.lib.IModelBusHelper
 
setMode(Integer) - Method in interface org.modelbus.core.lib.IRepositoryHelper
 
setModelExtensions(String[]) - Method in interface org.modelbus.core.lib.IRepositoryHelper
If the dependencies support is enabled, you have to specify the supported model types
setOption(String, Object) - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
setProjectPathMap(HashMap<String, String>) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Sets the project path map.
setResourceSet(ResourceSet) - Method in class org.modelbus.core.lib.util.ModelBusPackageRegistry
 
setSecureLocation(String) - Method in class org.modelbus.core.lib.types.Status
 
setServiceInterface(String) - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
setServiceName(String) - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
setSession(Session) - Method in class org.modelbus.core.lib.util.ModelBusClientURIHandler
 
setSession(Session) - Method in class org.modelbus.core.lib.util.ModelBusPackageRegistry
 
setStartupDate(XMLGregorianCalendar) - Method in class org.modelbus.core.lib.types.Status
 
setupSSLConnection() - Static method in class org.modelbus.core.lib.util.AbstractLocationsUtil
 
setUri(URI) - Method in class org.modelbus.core.lib.types.DefaultModelBusDataSource
 
setUri(URI) - Method in interface org.modelbus.core.lib.types.IModelBusDataSource
 
setUrl(String) - Method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
start(BundleContext) - Method in class org.modelbus.core.lib.Activator
 
startModelbusTopicListener() - Method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
startModelBusTopicListener() - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
 
Status - Class in org.modelbus.core.lib.types
 
Status() - Constructor for class org.modelbus.core.lib.types.Status
 
stop(BundleContext) - Method in class org.modelbus.core.lib.Activator
 
stopModelbusTopicListener() - Method in class org.modelbus.core.lib.notification.ModelBusTopicListener
 
stopModelBusTopicListener() - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
 
StopTopicListenerTest - Class in org.modelbus.core.lib.notification
 
StopTopicListenerTest() - Constructor for class org.modelbus.core.lib.notification.StopTopicListenerTest
 
stringIsInArray(String, String[]) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.StringUtil
 

T

toRemoteURI(URI) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 
toRemoteURI(String) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 

U

uncontrol(Session, URI, String) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Uncontrols the EObject with the specified fragmentUri.
unlock(Session, URI) - Method in interface org.modelbus.core.lib.IRepositoryHelper
Unlocks the repository entry located at the specified location.
unpublishService(Session, ModelBusServiceConfiguration) - Method in interface org.modelbus.core.lib.IServicesHelper
 
unsetOption(String) - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
update(Observable, Object) - Method in class org.modelbus.core.lib.notification.NotificationListenerManager
 
uriStartsWith(URI, String) - Static method in class org.modelbus.core.lib.util.ModelBusCoreUtil.URIUtil
 

V

validate() - Method in class org.modelbus.core.lib.configuration.ModelBusServiceConfiguration
 
valueOf(String) - Static method in enum org.modelbus.core.lib.IRepositoryHelper.PingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.modelbus.core.lib.IRepositoryHelper.PingType
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G I K L M N O P R S T U V