com.adobe.idp.dsc.registry.infomodel
Interface Service


public interface Service

An Service object allows you to retrieve information about the service.


Method Summary
 boolean getAnonymousOveride()
          Determines whether an administrator has chosen to override the anonymous settings for the service.
 java.lang.String getCategoryId()
          Retrieves the category identifier for the service.
 java.util.Date getCreateTime()
          Retrieves the time this service was created.
 int getHeadMajorVersion()
          Retrieves the current head major version for the service.
 int getHeadMinorVersion()
          Retrieves the current head minor version for the service.
 java.lang.String getId()
          Retrieves the service's unique identifier.
 boolean getSecurityEnabled()
          Determines whether security is enabled for the service.
 int getState()
          Retrieves the current state of the service (UNKNOWN, STOPPED, or RUNNING).
 java.util.Date getUpdateTime()
          Retrieves the time this service was last updated.
 java.lang.String getUuid()
          Retrieves the underlying UUID associated with the service and used as the primary key in the database.
 

Method Detail

getId

java.lang.String getId()
Retrieves the service's unique identifier.

Returns:
the service's unique identifier.

getState

int getState()
Retrieves the current state of the service (UNKNOWN, STOPPED, or RUNNING).

Returns:
The current state of the service.

getUuid

java.lang.String getUuid()
Retrieves the underlying UUID associated with the service and used as the primary key in the database.

Returns:
The underlying UUID associated with the service.

getAnonymousOveride

boolean getAnonymousOveride()
Determines whether an administrator has chosen to override the anonymous settings for the service.

Returns:
true if an administrator has chosen to override the anonymous settings for the service, false otherwise.

getSecurityEnabled

boolean getSecurityEnabled()
Determines whether security is enabled for the service.

Returns:
true if security is enabled for the service, false otherwise.

getHeadMajorVersion

int getHeadMajorVersion()
Retrieves the current head major version for the service.

Returns:
The current head major version for the service.

getHeadMinorVersion

int getHeadMinorVersion()
Retrieves the current head minor version for the service.

Returns:
The current head minor version for the service.

getCategoryId

java.lang.String getCategoryId()
Retrieves the category identifier for the service.

Returns:
The category identifier for the service.

getUpdateTime

java.util.Date getUpdateTime()
Retrieves the time this service was last updated.

Returns:
The time this service was last updated.

getCreateTime

java.util.Date getCreateTime()
Retrieves the time this service was created.

Returns:
The time this service was created.


[an error occurred while processing this directive] [an error occurred while processing this directive]