net.caprest
Interface MaintFacet


public interface MaintFacet

Untamed: The MaintFacet to a service should only be held by those authorized to break the service in order to be able to maintain the service.

Generally, holders of a MaintFacet on a service will have full authority over the service, and so might be described as the "owners" of the service.

Author:
Mark S. Miller

Method Summary
 QueryFacet getQueryFacet()
          Enabled:
 UseFacet getUseFacet(Object[] args)
          Enabled:
 

Method Detail

getQueryFacet

public QueryFacet getQueryFacet()
Enabled:


getUseFacet

public UseFacet getUseFacet(Object[] args)
Enabled:



comments?