Uses of Class
org.hyperledger.aries.api.schema.SchemasCreatedFilter
-
Packages that use SchemasCreatedFilter Package Description org.hyperledger.aries org.hyperledger.aries.api.schema -
-
Uses of SchemasCreatedFilter in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type SchemasCreatedFilter Modifier and Type Method Description Optional<List<String>>AriesClient. schemasCreated(SchemasCreatedFilter filter)Loads all schemas from the ledger, which where created by the DID of this cloud agent. -
Uses of SchemasCreatedFilter in org.hyperledger.aries.api.schema
Methods in org.hyperledger.aries.api.schema that return SchemasCreatedFilter Modifier and Type Method Description SchemasCreatedFilterSchemasCreatedFilter.SchemasCreatedFilterBuilder. build()
-