public class BpmnFactory extends BasicService implements IComponentFactory
Modifier and Type | Field and Description |
---|---|
static java.util.Collection<IComponentFeatureFactory> |
BPMN_FEATURES |
protected java.util.Collection<IComponentFeatureFactory> |
features
The standard + micro component features.
|
static java.lang.String |
FILETYPE_BPMNLEGACYPROCESS
The bpmn legacy process file type.
|
static java.lang.String |
FILETYPE_BPMNPROCESS
The bpmn process file type.
|
static java.lang.String[] |
FILETYPES
The supported component types (file extensions).
|
protected java.util.Map<java.lang.String,java.lang.Object> |
fproperties
The properties.
|
protected static LazyResource |
ICON
The image icon.
|
protected ILibraryService |
libservice
The library service.
|
protected ILibraryServiceListener |
libservicelistener
The library service listener
|
protected BpmnModelLoader |
loader
The model loader
|
protected IInternalAccess |
provider
The provider.
|
idcnt, impltype, internalaccess, providerid, shutdowned, sid, started, type
EMPTY_SERVICES
Constructor and Description |
---|
BpmnFactory(IInternalAccess provider,
java.util.Map<java.lang.String,java.lang.Object> properties)
Create a new BpmnProcessService.
|
BpmnFactory(java.lang.String providerid)
Create a new factory for startup.
|
Modifier and Type | Method and Description |
---|---|
IFuture<java.util.Collection<IComponentFeatureFactory>> |
getComponentFeatures(IModelInfo model)
Get the component features for a model.
|
IFuture<java.lang.String> |
getComponentType(java.lang.String model,
java.lang.String[] imports,
IResourceIdentifier rid)
Get the component type of a model.
|
IFuture<byte[]> |
getComponentTypeIcon(java.lang.String type)
Get a default icon for a file type.
|
java.lang.String[] |
getComponentTypes()
Get the names of ADF file types supported by this factory.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties(java.lang.String type)
Get the properties.
|
IFuture<java.lang.Boolean> |
isLoadable(java.lang.String model,
java.lang.String[] imports,
IResourceIdentifier rid)
Test if a model can be loaded by the factory.
|
IFuture<java.lang.Boolean> |
isStartable(java.lang.String model,
java.lang.String[] imports,
IResourceIdentifier rid)
Test if a model is startable (e.g.
|
IFuture<IModelInfo> |
loadModel(java.lang.String model,
java.lang.String[] imports,
IResourceIdentifier rid)
Load a model.
|
IFuture<java.lang.Void> |
shutdownService()
Shutdown the service.
|
IFuture<java.lang.Void> |
startService()
Start the service.
|
IFuture<java.lang.Void> |
startService(IInternalAccess component,
IResourceIdentifier rid)
Start the service.
|
createServiceIdentifier, createServiceIdentifier, equals, generateServiceName, getInterfaceType, getInternalAccess, getMethodTimeout, getPropertyMap, getProviderId, getServiceIdentifier, hashCode, initNFProperties, isValid, setComponentAccess, setPropertyMap, toString
public static final java.lang.String[] FILETYPES
public static final java.lang.String FILETYPE_BPMNPROCESS
public static final java.lang.String FILETYPE_BPMNLEGACYPROCESS
protected static final LazyResource ICON
public static final java.util.Collection<IComponentFeatureFactory> BPMN_FEATURES
protected IInternalAccess provider
protected BpmnModelLoader loader
protected ILibraryService libservice
protected ILibraryServiceListener libservicelistener
protected java.util.Map<java.lang.String,java.lang.Object> fproperties
protected java.util.Collection<IComponentFeatureFactory> features
public BpmnFactory(java.lang.String providerid)
platform
- The platform.public BpmnFactory(IInternalAccess provider, java.util.Map<java.lang.String,java.lang.Object> properties)
public IFuture<java.lang.Void> startService(IInternalAccess component, IResourceIdentifier rid)
public IFuture<java.lang.Void> startService()
startService
in interface IInternalService
startService
in class BasicService
public IFuture<java.lang.Void> shutdownService()
shutdownService
in interface IInternalService
shutdownService
in class BasicService
listener
- The listener.public IFuture<IModelInfo> loadModel(java.lang.String model, java.lang.String[] imports, IResourceIdentifier rid)
loadModel
in interface IComponentFactory
model
- The model (e.g. file name).The
- imports (if any).public IFuture<java.lang.Boolean> isLoadable(java.lang.String model, java.lang.String[] imports, IResourceIdentifier rid)
isLoadable
in interface IComponentFactory
model
- The model (e.g. file name).The
- imports (if any).public IFuture<java.lang.Boolean> isStartable(java.lang.String model, java.lang.String[] imports, IResourceIdentifier rid)
isStartable
in interface IComponentFactory
model
- The model (e.g. file name).The
- imports (if any).public java.lang.String[] getComponentTypes()
getComponentTypes
in interface IComponentFactory
public IFuture<byte[]> getComponentTypeIcon(java.lang.String type)
getComponentTypeIcon
in interface IComponentFactory
public IFuture<java.lang.String> getComponentType(java.lang.String model, java.lang.String[] imports, IResourceIdentifier rid)
getComponentType
in interface IComponentFactory
model
- The model (e.g. file name).The
- imports (if any).public java.util.Map<java.lang.String,java.lang.Object> getProperties(java.lang.String type)
getProperties
in interface IComponentFactory
type
- The component type.public IFuture<java.util.Collection<IComponentFeatureFactory>> getComponentFeatures(IModelInfo model)
getComponentFeatures
in interface IComponentFactory
model
- The component model.