Impact Acquire SDK Java
FeatureAccess

Functions

static int getEND_OF_LIST ()
 A constant defining that property values will be read from an array property until the last value.
static int getINVALID_ID ()
static int getROOT_LIST ()
 A constant defining the unique identifier for the root component list containing all other lists.
static long getSmIgnoreLists ()
 When set lists are not taken into account during a search.
static long getSmIgnoreMethods ()
 When set method objects are not taken into account during a search.
static long getSmIgnoreProperties ()
 When set property objects are not taken into account during a search.

Detailed Description

A constant to check for an invalid ID returned from the property handling module.

Function Documentation

◆ getEND_OF_LIST()

int getEND_OF_LIST ( )
static

A constant defining that property values will be read from an array property until the last value.

◆ getINVALID_ID()

int getINVALID_ID ( )
static

◆ getROOT_LIST()

int getROOT_LIST ( )
static

A constant defining the unique identifier for the root component list containing all other lists.

◆ getSmIgnoreLists()

long getSmIgnoreLists ( )
static

When set lists are not taken into account during a search.

When this flag is set list objects will not be taken into account during a search for a component.

◆ getSmIgnoreMethods()

long getSmIgnoreMethods ( )
static

When set method objects are not taken into account during a search.

When this flag is set method objects will not be taken into account during a search for a component.

◆ getSmIgnoreProperties()

long getSmIgnoreProperties ( )
static

When set property objects are not taken into account during a search.

When this flag is set property objects will not be taken into account during a search for a component.