Uses of Interface
com.attivio.sdk.schema.SchemaApi
-
Packages that use SchemaApi 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.test com.attivio.util Contains utility classes and methods used across the Attivio code base. -
-
Uses of SchemaApi in com.attivio.sdk.schema
Classes in com.attivio.sdk.schema that implement SchemaApi Modifier and Type Class Description class
MockSchemaApi
-
Uses of SchemaApi in com.attivio.sdk.test
Methods in com.attivio.sdk.test that return SchemaApi Modifier and Type Method Description static SchemaApi
SdkTestUtils. createMockSchemaApi(Schema schema)
Create a mockSchemaApi
and addschema
to it.static SchemaApi
SdkTestUtils. createMockSchemaUtil(Schema schema)
-
Uses of SchemaApi in com.attivio.util
Methods in com.attivio.util with parameters of type SchemaApi Modifier and Type Method Description static boolean
SchemaUtils. deploy(SchemaApi src, SchemaApi dest)
Deploy schemas fromsrc
todest
.static boolean
SchemaUtils. deploy(StatusListener log, SchemaApi src, SchemaApi dest)
Deploy schemas fromsrc
todest
.
-