Uses of Class
org.cyclonedx.model.Service
-
Packages that use Service Package Description org.cyclonedx.model org.cyclonedx.model.attestation org.cyclonedx.model.formulation org.cyclonedx.model.metadata org.cyclonedx.util -
-
Uses of Service in org.cyclonedx.model
Fields in org.cyclonedx.model declared as Service Modifier and Type Field Description private ServiceAnnotator. serviceFields in org.cyclonedx.model with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>Bom. servicesprivate java.util.List<Service>Service. servicesMethods in org.cyclonedx.model that return Service Modifier and Type Method Description ServiceAnnotator. getService()Methods in org.cyclonedx.model that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>Bom. getServices()java.util.List<Service>Service. getServices()Methods in org.cyclonedx.model with parameters of type Service Modifier and Type Method Description voidBom. addService(Service service)voidAnnotator. setService(Service service)Method parameters in org.cyclonedx.model with type arguments of type Service Modifier and Type Method Description voidBom. setServices(java.util.List<Service> services)voidService. setServices(java.util.List<Service> services) -
Uses of Service in org.cyclonedx.model.attestation
Fields in org.cyclonedx.model.attestation with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>Targets. servicesMethods in org.cyclonedx.model.attestation that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>Targets. getServices()Method parameters in org.cyclonedx.model.attestation with type arguments of type Service Modifier and Type Method Description voidTargets. setServices(java.util.List<Service> services) -
Uses of Service in org.cyclonedx.model.formulation
Fields in org.cyclonedx.model.formulation with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>Formula. servicesMethods in org.cyclonedx.model.formulation that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>Formula. getServices()Methods in org.cyclonedx.model.formulation with parameters of type Service Modifier and Type Method Description voidFormula. addService(Service service)Method parameters in org.cyclonedx.model.formulation with type arguments of type Service Modifier and Type Method Description voidFormula. setServices(java.util.List<Service> services) -
Uses of Service in org.cyclonedx.model.metadata
Fields in org.cyclonedx.model.metadata with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>ToolInformation. servicesMethods in org.cyclonedx.model.metadata that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>ToolInformation. getServices()Method parameters in org.cyclonedx.model.metadata with type arguments of type Service Modifier and Type Method Description voidToolInformation. setServices(java.util.List<Service> services) -
Uses of Service in org.cyclonedx.util
Methods in org.cyclonedx.util that return Service Modifier and Type Method Description private static ServiceObjectLocator. findService(java.util.List<Service> services, java.lang.String bomRef)Method parameters in org.cyclonedx.util with type arguments of type Service Modifier and Type Method Description private static ServiceObjectLocator. findService(java.util.List<Service> services, java.lang.String bomRef)
-