|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Significance | |
---|---|
de.fhhannover.inform.trust.ifmapj.metadata | This package provides classes to handle standard IF-MAP metadata. |
Uses of Significance in de.fhhannover.inform.trust.ifmapj.metadata |
---|
Methods in de.fhhannover.inform.trust.ifmapj.metadata that return Significance | |
---|---|
static Significance |
Significance.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Significance[] |
Significance.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.fhhannover.inform.trust.ifmapj.metadata with parameters of type Significance | |
---|---|
Document |
StandardIfmapMetadataFactory.createEvent(String name,
String discoveredTime,
String discovererId,
Integer magnitude,
Integer confidence,
Significance significance,
EventType type,
String otherTypeDefinition,
String information,
String vulnerabilityUri)
Create a Document representing event metadata. |
Document |
StandardIfmapMetadataFactoryImpl.createEvent(String name,
String discoveredTime,
String discovererId,
Integer magnitude,
Integer confidence,
Significance significance,
EventType type,
String otherTypeDefinition,
String information,
String vulnerabilityUri)
|
Document |
StandardIfmapMetadataFactory.createUnexpectedBehavior(String discoveredTime,
String discovererId,
Integer magnitude,
Integer confidence,
Significance significance,
String type)
Create a Document representing unexpected-behavior metadata. |
Document |
StandardIfmapMetadataFactoryImpl.createUnexpectedBehavior(String discoveredTime,
String discovererId,
Integer magnitude,
Integer confidence,
Significance significance,
String type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |