Uses of Interface
com.attivio.sdk.server.util.SchemaUtil
-
Packages that use SchemaUtil Package Description com.attivio.sdk.schema Models data from fields and describes how each field should be handled by the Attivio engine.com.attivio.sdk.server.component.configuration Interfaces used by components to signal they wish to have certain platform dependencies injected and to standardize on best practices in terms of configuration.com.attivio.sdk.test -
-
Uses of SchemaUtil in com.attivio.sdk.schema
Subinterfaces of SchemaUtil in com.attivio.sdk.schema Modifier and Type Interface Description interface
SchemaApi
API for working with available schemas.Classes in com.attivio.sdk.schema that implement SchemaUtil Modifier and Type Class Description class
MockSchemaApi
-
Uses of SchemaUtil in com.attivio.sdk.server.component.configuration
Methods in com.attivio.sdk.server.component.configuration with parameters of type SchemaUtil Modifier and Type Method Description void
SchemaUtilAware. updateSchemaUtil(SchemaUtil schemaUtil)
This method will be called by the AIE server to supply aSchemaUtil
that this component can store and use. -
Uses of SchemaUtil in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type SchemaUtil Modifier and Type Method Description static void
SdkTestUtils. startTransformer(Stage trans, SchemaUtil schemaUtil)
static void
SdkTestUtils. startTransformer(Stage trans, SchemaUtil schemaUtil, ProcessingFeedbackHandler feedbackHandler)
static void
SdkTestUtils. startTransformer(Stage trans, SchemaUtil schemaUtil, ProcessingFeedbackHandler feedbackHandler, AieLogger logger)
*****************************************************************************************************************
-