xentara-plugin v2.0.4
The Xentara Plugin Framework
|
This is the complete list of members for xentara::process::Microservice, including all inherited members.
category() const noexcept -> model::ElementCategory final | xentara::process::Microservice | privatevirtual |
checkAccess(const security::Authorization &authorization, const security::Entitlement &entitlement) const -> bool | xentara::skill::Element | protected |
configBlock() const noexcept -> const memory::ArrayBlock & | xentara::process::Microservice | protected |
ConfigIntializer typedef | xentara::process::Microservice | protected |
createChildElement(const skill::Element::Class &elementClass, skill::ElementFactory &factory) -> std::shared_ptr< skill::Element > final | xentara::process::Microservice | privatevirtual |
createSubservice(const MicroserviceClass µserviceClass, plugin::SharedFactory< Microservice > &factory) -> std::shared_ptr< Microservice > | xentara::process::Microservice | virtual |
DisableCopy() noexcept=default | xentara::utils::tools::DisableCopy | |
DisableCopy(const DisableCopy &)=delete | xentara::utils::tools::DisableCopy | |
element() const noexcept -> const model::Element & | xentara::skill::Element | protected |
element() noexcept -> model::Element & | xentara::skill::Element | protected |
elementClass() const noexcept -> const Class & | xentara::skill::Element | |
findAttribute(std::string_view primaryKey) -> model::ElementAttribute | xentara::skill::Element | protected |
findAttributeVerbose(std::string_view primaryKey) -> utils::eh::expected< model::ElementAttribute, std::string > | xentara::skill::Element | protected |
findElement(std::string_view primaryKey) const -> std::shared_ptr< const model::Element > | xentara::skill::Element | protected |
findElement(std::string_view primaryKey) -> std::shared_ptr< model::Element > | xentara::skill::Element | protected |
findElement(const utils::core::Uuid &uuid) const -> std::shared_ptr< const model::Element > | xentara::skill::Element | protected |
findElement(const utils::core::Uuid &uuid) -> std::shared_ptr< model::Element > | xentara::skill::Element | protected |
findElementVerbose(std::string_view primaryKey) const -> utils::eh::expected< std::shared_ptr< const model::Element >, std::string > | xentara::skill::Element | protected |
findElementVerbose(std::string_view primaryKey) -> utils::eh::expected< std::shared_ptr< model::Element >, std::string > | xentara::skill::Element | protected |
findEvent(std::string_view primaryKey) const -> std::shared_ptr< const process::Event > | xentara::skill::Element | protected |
findEvent(std::string_view primaryKey) -> std::shared_ptr< process::Event > | xentara::skill::Element | protected |
findEventVerbose(std::string_view primaryKey) const -> utils::eh::expected< std::shared_ptr< const process::Event >, std::string > | xentara::skill::Element | protected |
findEventVerbose(std::string_view primaryKey) -> utils::eh::expected< std::shared_ptr< process::Event >, std::string > | xentara::skill::Element | protected |
findExtendedEvent(std::string_view primaryKey) const -> process::ExtendedEvent | xentara::skill::Element | protected |
findExtendedEventVerbose(std::string_view primaryKey) const -> utils::eh::expected< process::ExtendedEvent, std::string > | xentara::skill::Element | protected |
findTask(std::string_view primaryKey) const -> std::shared_ptr< const process::Task > | xentara::skill::Element | protected |
findTask(std::string_view primaryKey) -> std::shared_ptr< process::Task > | xentara::skill::Element | protected |
findTaskVerbose(std::string_view primaryKey) const -> utils::eh::expected< std::shared_ptr< const process::Task >, std::string > | xentara::skill::Element | protected |
findTaskVerbose(std::string_view primaryKey) -> utils::eh::expected< std::shared_ptr< process::Task >, std::string > | xentara::skill::Element | protected |
forEachAttribute(const model::ForEachAttributeFunction &function) const -> bool final | xentara::process::Microservice | privatevirtual |
forEachEvent(const model::ForEachEventFunction &function) -> bool final | xentara::process::Microservice | privatevirtual |
forEachTask(const model::ForEachTaskFunction &function) -> bool final | xentara::process::Microservice | privatevirtual |
isAttributePending(std::string_view name) const noexcept -> bool | xentara::skill::Element | virtual |
isAttributePending(const utils::core::Uuid &uuid) const noexcept -> bool | xentara::skill::Element | virtual |
isEventPending(std::string_view name) const noexcept -> bool | xentara::skill::Element | virtual |
isEventPending(const utils::core::Uuid &uuid) const noexcept -> bool | xentara::skill::Element | virtual |
isMetadataPending() const noexcept -> bool | xentara::skill::Element | virtual |
isTaskPending(std::string_view name) const noexcept -> bool | xentara::skill::Element | virtual |
isTaskPending(const utils::core::Uuid &uuid) const noexcept -> bool | xentara::skill::Element | virtual |
load(utils::json::decoder::Object &jsonObject, config::Context &context) -> void final | xentara::process::Microservice | privatevirtual |
loadConfig(const ConfigIntializer &initializer, utils::json::decoder::Object &jsonObject, config::Resolver &resolver, const FallbackConfigHandler &fallbackHandler) -> void=0 | xentara::process::Microservice | protectedpure virtual |
makeReadHandle(const model::Attribute &attribute) const noexcept -> std::optional< data::ReadHandle > final | xentara::process::Microservice | privatevirtual |
makeWriteHandle(const model::Attribute &attribute) noexcept -> std::optional< data::WriteHandle > final | xentara::process::Microservice | privatevirtual |
name() const -> utils::string::StringView | xentara::skill::Element | |
operator=(const DisableCopy &)=delete | xentara::utils::tools::DisableCopy | |
primaryKey() const -> utils::string::StringView | xentara::skill::Element | |
readHandle(const model::Attribute &attribute) const noexcept -> data::ReadHandle | xentara::process::Microservice | virtual |
resolveAttribute(std::string_view name) -> const model::Attribute * | xentara::process::Microservice | virtual |
resolveAttributeByName(std::string_view name) const -> std::shared_ptr< const model::Attribute > final | xentara::process::Microservice | privatevirtual |
resolveAttributeByUuid(const utils::core::Uuid &uuid) const -> std::shared_ptr< const model::Attribute > final | xentara::process::Microservice | privatevirtual |
resolveEvent(std::string_view name) -> std::shared_ptr< process::Event > | xentara::process::Microservice | virtual |
resolveEventByName(std::string_view name) -> std::shared_ptr< process::Event > final | xentara::process::Microservice | privatevirtual |
resolveEventByUuid(const utils::core::Uuid &uuid) -> std::shared_ptr< process::Event > final | xentara::process::Microservice | privatevirtual |
resolveTask(std::string_view name) -> std::shared_ptr< process::Task > | xentara::process::Microservice | virtual |
resolveTaskByName(std::string_view name) -> std::shared_ptr< process::Task > final | xentara::process::Microservice | privatevirtual |
resolveTaskByUuid(const utils::core::Uuid &uuid) -> std::shared_ptr< process::Task > final | xentara::process::Microservice | privatevirtual |
rootElement() const -> std::shared_ptr< const model::Element > | xentara::skill::Element | protected |
rootElement() -> std::shared_ptr< model::Element > | xentara::skill::Element | protected |
securityContext() const -> const security::Context & | xentara::skill::Element | protected |
uuid() const -> utils::core::Uuid | xentara::skill::Element | |
writeHandle(const model::Attribute &attribute) noexcept -> data::WriteHandle | xentara::process::Microservice | virtual |
~Element()=0 | xentara::skill::Element | pure virtual |