Class KieEnvironmentElementParser
- java.lang.Object
-
- org.kie.aries.blueprint.namespace.AbstractElementParser
-
- org.kie.aries.blueprint.namespace.KieEnvironmentElementParser
-
public class KieEnvironmentElementParser extends AbstractElementParser
-
-
Field Summary
-
Fields inherited from class org.kie.aries.blueprint.namespace.AbstractElementParser
ID_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description KieEnvironmentElementParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckAndSetReference(org.apache.aries.blueprint.ParserContext context, Element envElement, org.apache.aries.blueprint.mutable.MutableMapMetadata envParamMetadata, String elementTag, String propName, String refAttribute)org.osgi.service.blueprint.reflect.ComponentMetadataparseElement(org.apache.aries.blueprint.ParserContext context, Element element)-
Methods inherited from class org.kie.aries.blueprint.namespace.AbstractElementParser
addBundleContextProperty, createNullMetadata, createRef, createValue, createValue, createValue, createValue, createValue, createValue, generateIdIfNeeded, getAttributeValue, getId, getId, getIdCounter, setIdCounter
-
-
-
-
Field Detail
-
ATTRIBUTE_ID
public static final String ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
ATTRIBUTE_REF
public static final String ATTRIBUTE_REF
- See Also:
- Constant Field Values
-
ATTRIBUTE_SCOPE
public static final String ATTRIBUTE_SCOPE
- See Also:
- Constant Field Values
-
ATTRIBUTE_STRATEGY_ACCEPTOR_REF
public static final String ATTRIBUTE_STRATEGY_ACCEPTOR_REF
- See Also:
- Constant Field Values
-
ATTRIBUTE_ENV_REF
public static final String ATTRIBUTE_ENV_REF
- See Also:
- Constant Field Values
-
ELEMENT_ENTITY_MANAGER_FACTORY
public static final String ELEMENT_ENTITY_MANAGER_FACTORY
- See Also:
- Constant Field Values
-
ELEMENT_TRANSACTION_MANAGER
public static final String ELEMENT_TRANSACTION_MANAGER
- See Also:
- Constant Field Values
-
ELEMENT_USER_TRANSACTION
public static final String ELEMENT_USER_TRANSACTION
- See Also:
- Constant Field Values
-
ELEMENT_TRANSACTION_SYNC_REGISTRY
public static final String ELEMENT_TRANSACTION_SYNC_REGISTRY
- See Also:
- Constant Field Values
-
ELEMENT_GLOBALS
public static final String ELEMENT_GLOBALS
- See Also:
- Constant Field Values
-
ELEMENT_DATE_FORMATS
public static final String ELEMENT_DATE_FORMATS
- See Also:
- Constant Field Values
-
ELEMENT_CALENDARS
public static final String ELEMENT_CALENDARS
- See Also:
- Constant Field Values
-
ELEMENT_OBJECT_MARSHALLING_STRATEGIES
public static final String ELEMENT_OBJECT_MARSHALLING_STRATEGIES
- See Also:
- Constant Field Values
-
ELEMENT_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY
public static final String ELEMENT_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
-
ELEMENT_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY
public static final String ELEMENT_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
-
ELEMENT_PROCESS_INSTANCE_RESOLVER_STRATEGY
public static final String ELEMENT_PROCESS_INSTANCE_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
-
ELEMENT_JPA_PLACEHOLDER_RESOLVER_STRATEGY
public static final String ELEMENT_JPA_PLACEHOLDER_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
-
ELEMENT_SCOPED_ENTITY_MANAGER
public static final String ELEMENT_SCOPED_ENTITY_MANAGER
- See Also:
- Constant Field Values
-
ELEMENT_CUSTOM_MARSHALLING_STRATEGY
public static final String ELEMENT_CUSTOM_MARSHALLING_STRATEGY
- See Also:
- Constant Field Values
-
ELEMENT_BEAN
public static final String ELEMENT_BEAN
- See Also:
- Constant Field Values
-
ELEMENT_STRATEGY_ACCEPTOR
public static final String ELEMENT_STRATEGY_ACCEPTOR
- See Also:
- Constant Field Values
-
PROPERTY_ENTITY_MANAGER_FACTORY
public static final String PROPERTY_ENTITY_MANAGER_FACTORY
- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTION_MANAGER
public static final String PROPERTY_TRANSACTION_MANAGER
- See Also:
- Constant Field Values
-
PROPERTY_USER_TRANSACTION
public static final String PROPERTY_USER_TRANSACTION
- See Also:
- Constant Field Values
-
PROPERTY_TRANSACTION_SYNC_REGISTRY
public static final String PROPERTY_TRANSACTION_SYNC_REGISTRY
- See Also:
- Constant Field Values
-
PROPERTY_GLOBALS
public static final String PROPERTY_GLOBALS
- See Also:
- Constant Field Values
-
PROPERTY_CALENDARS
public static final String PROPERTY_CALENDARS
- See Also:
- Constant Field Values
-
PROPERTY_DATE_FORMATS
public static final String PROPERTY_DATE_FORMATS
- See Also:
- Constant Field Values
-
PROPERTY_JPA_PLACE_HOLDER_RESOLVER_STRATEGY_ENV
public static final String PROPERTY_JPA_PLACE_HOLDER_RESOLVER_STRATEGY_ENV
- See Also:
- Constant Field Values
-
PROPERTY_APP_SCOPED_ENTITY_MANAGER
public static final String PROPERTY_APP_SCOPED_ENTITY_MANAGER
- See Also:
- Constant Field Values
-
PROPERTY_CMD_SCOPED_ENTITY_MANAGER
public static final String PROPERTY_CMD_SCOPED_ENTITY_MANAGER
- See Also:
- Constant Field Values
-
PROPERTY_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
public static final String PROPERTY_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
- See Also:
- Constant Field Values
-
PROPERTY_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
public static final String PROPERTY_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
- See Also:
- Constant Field Values
-
PROPERTY_CUSTOM_MARSHALLING_STRATEGY
public static final String PROPERTY_CUSTOM_MARSHALLING_STRATEGY
- See Also:
- Constant Field Values
-
PROPERTY_OBJECT_MARSHALLING_ORDER
public static final String PROPERTY_OBJECT_MARSHALLING_ORDER
- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseElement
public org.osgi.service.blueprint.reflect.ComponentMetadata parseElement(org.apache.aries.blueprint.ParserContext context, Element element)- Specified by:
parseElementin classAbstractElementParser
-
-