com.ibm.pim.spec
Interface SecondarySpec

All Superinterfaces:
Spec

public interface SecondarySpec
extends Spec

Interface for the PrimarySpec object

Since:
6.0.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.pim.spec.Spec
Spec.Type
 
Field Summary
static java.lang.String copyright
           
 
Method Summary
 boolean hasSubSpec()
          Returns true if this primary spec has a subspec
 
Methods inherited from interface com.ibm.pim.spec.Spec
addLocale, createAttributeDefinition, delete, getAttributeDefinition, getAttributeDefinitions, getLocales, getName, getRootAttributeDefinition, getType, isLocalized, removeAttributeDefinition, removeLocale, replaceLocales, save, setLocalized
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

hasSubSpec

boolean hasSubSpec()
Returns true if this primary spec has a subspec

Returns:
true if subspec is present
Throws:
PIMInternalException - If an internal error occurs
PIMAuthorizationException - Reserved for future use