Uses of Interface
security.whisper.javastix.sdo.DomainObject
Packages that use DomainObject
Package
Description
-
Uses of DomainObject in security.whisper.javastix.graph.sdo
Methods in security.whisper.javastix.graph.sdo that return DomainObjectConstructors in security.whisper.javastix.graph.sdo with parameters of type DomainObject -
Uses of DomainObject in security.whisper.javastix.json.converters.dehydrated
Methods in security.whisper.javastix.json.converters.dehydrated that return DomainObjectMethods in security.whisper.javastix.json.converters.dehydrated that return types with arguments of type DomainObjectModifier and TypeMethodDescription -
Uses of DomainObject in security.whisper.javastix.sdo.objects
Subinterfaces of DomainObject in security.whisper.javastix.sdo.objectsModifier and TypeInterfaceDescriptioninterfaceattack-patterninterfacecampaigninterfacecourse-of-actioninterfacegroupinginterfaceidentityinterfaceincidentinterfaceindicatorinterfaceinfrastructureinterfaceintrusion-setinterfacelocationinterfacemalware-analysisinterfacemalwareinterfacenoteinterfaceobserved-datainterfaceopinioninterfacereportinterfacethreat-actorinterfacetoolinterfacevulnerabilityClasses in security.whisper.javastix.sdo.objects that implement DomainObjectModifier and TypeClassDescriptionfinal classattack-patternfinal classcampaignfinal classcourse-of-actionfinal classgroupingfinal classidentityfinal classincidentfinal classindicatorfinal classinfrastructurefinal classintrusion-setfinal classlocationfinal classmalwarefinal classmalware-analysisfinal classnotefinal classobserved-datafinal classopinionfinal classreportfinal classthreat-actorfinal classtoolfinal classvulnerabilityMethods in security.whisper.javastix.sdo.objects with parameters of type DomainObjectModifier and TypeMethodDescriptionfinal AttackPattern.BuilderAttackPattern.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Campaign.BuilderCampaign.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final CourseOfAction.BuilderCourseOfAction.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Grouping.BuilderGrouping.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Identity.BuilderIdentity.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Incident.BuilderIncident.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Indicator.BuilderIndicator.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Infrastructure.BuilderInfrastructure.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final IntrusionSet.BuilderIntrusionSet.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Location.BuilderLocation.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Malware.BuilderMalware.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final MalwareAnalysis.BuilderMalwareAnalysis.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Note.BuilderNote.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final ObservedData.BuilderObservedData.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Opinion.BuilderOpinion.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Report.BuilderReport.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final ThreatActor.BuilderThreatActor.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Tool.BuilderTool.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance.final Vulnerability.BuilderVulnerability.Builder.from(DomainObject instance) Fill a builder with attribute values from the providedsecurity.whisper.javastix.sdo.DomainObjectinstance. -
Uses of DomainObject in security.whisper.javastix.sro.objects
Methods in security.whisper.javastix.sro.objects that return DomainObjectModifier and TypeMethodDescriptionSighting.getSightingOfRef()SightingSro.getSightingOfRef()Relationship.getSourceRef()@NotNull DomainObjectRelationshipSro.getSourceRef()Relationship.getTargetRef()@NotNull DomainObjectRelationshipSro.getTargetRef()Methods in security.whisper.javastix.sro.objects with parameters of type DomainObjectModifier and TypeMethodDescriptionfinal Sighting.BuilderSighting.Builder.sightingOfRef(DomainObject sightingOfRef) Initializes the value for thesightingOfRefattribute.final Relationship.BuilderRelationship.Builder.sourceRef(DomainObject sourceRef) Initializes the value for thesourceRefattribute.final Relationship.BuilderRelationship.Builder.targetRef(DomainObject targetRef) Initializes the value for thetargetRefattribute.final SightingSighting.withSightingOfRef(DomainObject value) Copy the current immutable object by setting a value for thesightingOfRefattribute.final RelationshipRelationship.withSourceRef(DomainObject value) Copy the current immutable object by setting a value for thesourceRefattribute.final RelationshipRelationship.withTargetRef(DomainObject value) Copy the current immutable object by setting a value for thetargetRefattribute.