Uses of Class
com.daml.ledger.javaapi.data.Identifier
Packages that use Identifier
-
Uses of Identifier in com.daml.ledger.javaapi.data
Fields in com.daml.ledger.javaapi.data declared as IdentifierModifier and TypeFieldDescriptionfinal Identifier
DisclosedContract.templateId
final Identifier
PrefetchContractKey.templateId
Methods in com.daml.ledger.javaapi.data that return IdentifierModifier and TypeMethodDescriptionstatic @NonNull Identifier
Identifier.fromProto
(ValueOuterClass.Identifier identifier) final Identifier
Template.getContractTypeId()
The template ID for this template.@NonNull Identifier
ArchivedEvent.getTemplateId()
@NonNull Identifier
CreateCommand.getTemplateId()
@NonNull Identifier
CreatedEvent.getTemplateId()
@NonNull Identifier
Event.getTemplateId()
@NonNull Identifier
ExerciseByKeyCommand.getTemplateId()
@NonNull Identifier
ExerciseCommand.getTemplateId()
@NonNull Identifier
ExercisedEvent.getTemplateId()
@NonNull Identifier
TreeEvent.getTemplateId()
@NonNull Identifier
UnassignedEvent.getTemplateId()
Methods in com.daml.ledger.javaapi.data that return types with arguments of type IdentifierModifier and TypeMethodDescription@NonNull Optional<Identifier>
DamlEnum.getEnumId()
@NonNull Map<@NonNull Identifier,
@NonNull com.google.rpc.Status> CreatedEvent.getFailedInterfaceViews()
@NonNull List<Identifier>
ArchivedEvent.getImplementedInterfaces()
@NonNull List<Identifier>
ExercisedEvent.getImplementedInterfaces()
@NonNull Map<@NonNull Identifier,
@NonNull Filter.Interface> CumulativeFilter.getInterfaceFilters()
@NonNull Optional<Identifier>
ExercisedEvent.getInterfaceId()
@NonNull Map<@NonNull Identifier,
@NonNull DamlRecord> CreatedEvent.getInterfaceViews()
@NonNull Optional<Identifier>
DamlRecord.getRecordId()
@NonNull Map<@NonNull Identifier,
@NonNull Filter.Template> CumulativeFilter.getTemplateFilters()
@NonNull Optional<Identifier>
Variant.getVariantId()
Methods in com.daml.ledger.javaapi.data with parameters of type IdentifierModifier and TypeMethodDescriptionFilter.Interface.toProto
(Identifier interfaceId) Filter.Template.toProto
(Identifier templateId) Constructors in com.daml.ledger.javaapi.data with parameters of type IdentifierModifierConstructorDescriptionArchivedEvent
(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull List<@NonNull Identifier> implementedInterfaces) CreateAndExerciseCommand
(@NonNull Identifier templateId, @NonNull DamlRecord createArguments, @NonNull String choice, @NonNull Value choiceArgument) CreateCommand
(@NonNull Identifier templateId, @NonNull DamlRecord createArguments) CreatedEvent
(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull DamlRecord arguments, @NonNull com.google.protobuf.ByteString createdEventBlob, @NonNull Map<@NonNull Identifier, @NonNull DamlRecord> interfaceViews, @NonNull Map<@NonNull Identifier, @NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull Optional<Value> contractKey, @NonNull Collection<@NonNull String> signatories, @NonNull Collection<@NonNull String> observers, @NonNull Instant createdAt) DamlEnum
(@NonNull Identifier enumId, @NonNull String constructor) DamlRecord
(@NonNull Identifier recordId, @NonNull DamlRecord.Field... fields) DamlRecord
(@NonNull Identifier recordId, @NonNull List<@NonNull DamlRecord.Field> fields) DisclosedContract
(Identifier templateId, String contractId, com.google.protobuf.ByteString createdEventBlob) Deprecated.since 3.2.0.DisclosedContract
(Identifier templateId, String contractId, com.google.protobuf.ByteString createdEventBlob, String synchronizerId) ExerciseByKeyCommand
(@NonNull Identifier templateId, @NonNull Value contractKey, @NonNull String choice, @NonNull Value choiceArgument) ExerciseCommand
(@NonNull Identifier templateId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument) ExercisedEvent
(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull Optional<Identifier> interfaceId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument, @NonNull List<@NonNull String> actingParties, boolean consuming, @NonNull Integer lastDescendantNodeId, @NonNull Value exerciseResult, @NonNull List<@NonNull Identifier> implementedInterfaces) PrefetchContractKey
(Identifier templateId, Value contractKey) UnassignedEvent
(long offset, @NonNull String unassignId, @NonNull String contractId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String source, @NonNull String target, @NonNull String submitter, long reassignmentCounter, @NonNull Instant assignmentExclusivity, @NonNull List<@NonNull String> witnessParties, int nodeId) Variant
(@NonNull Identifier variantId, @NonNull String constructor, @NonNull Value value) Constructor parameters in com.daml.ledger.javaapi.data with type arguments of type IdentifierModifierConstructorDescriptionCreatedEvent
(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull String contractId, @NonNull DamlRecord arguments, @NonNull com.google.protobuf.ByteString createdEventBlob, @NonNull Map<@NonNull Identifier, @NonNull DamlRecord> interfaceViews, @NonNull Map<@NonNull Identifier, @NonNull com.google.rpc.Status> failedInterfaceViews, @NonNull Optional<Value> contractKey, @NonNull Collection<@NonNull String> signatories, @NonNull Collection<@NonNull String> observers, @NonNull Instant createdAt) CumulativeFilter
(@NonNull Map<@NonNull Identifier, @NonNull Filter.Interface> interfaceFilters, @NonNull Map<@NonNull Identifier, @NonNull Filter.Template> templateFilters, Optional<@NonNull Filter.Wildcard> wildcardFilter) DamlRecord
(@NonNull Optional<Identifier> recordId, @NonNull List<@NonNull DamlRecord.Field> fields, Map<String, Value> fieldsMap) ExercisedEvent
(@NonNull List<@NonNull String> witnessParties, @NonNull Long offset, @NonNull Integer nodeId, @NonNull Identifier templateId, @NonNull String packageName, @NonNull Optional<Identifier> interfaceId, @NonNull String contractId, @NonNull String choice, @NonNull Value choiceArgument, @NonNull List<@NonNull String> actingParties, boolean consuming, @NonNull Integer lastDescendantNodeId, @NonNull Value exerciseResult, @NonNull List<@NonNull Identifier> implementedInterfaces) -
Uses of Identifier in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen declared as IdentifierModifier and TypeFieldDescriptionfinal Identifier
ContractTypeCompanion.TEMPLATE_ID
The full template ID of the template or interface that defined this companion.final Identifier
ContractTypeCompanion.TEMPLATE_ID_WITH_PACKAGE_ID
Methods in com.daml.ledger.javaapi.data.codegen that return IdentifierModifier and TypeMethodDescriptionfinal Identifier
Contract.getContractTypeId()
The template or interface ID for this contract or interface view.ContractTypeCompanion.getTemplateIdWithPackageId()
Methods in com.daml.ledger.javaapi.data.codegen with parameters of type IdentifierModifier and TypeMethodDescriptionOptional<? extends ContractCompanion<? extends Contract<?,
?>, ?, ? extends DamlRecord<?>>> ContractDecoder.getContractCompanion
(Identifier templateId) ContractDecoder.getDecoder
(Identifier templateId) Optional<ContractCompanion.FromJson<? extends DamlRecord<?>>>
ContractDecoder.getJsonDecoder
(Identifier templateId)