Uses of Interface
com.sun.n1.sps.model.ObjectID

Packages that use ObjectID
com.sun.n1.sps.model.bundle   
com.sun.n1.sps.model.category   
com.sun.n1.sps.model.component   
com.sun.n1.sps.model.difference   
com.sun.n1.sps.model.executor   
com.sun.n1.sps.model.folder   
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.install   
com.sun.n1.sps.model.plan   
com.sun.n1.sps.model.plugin   
com.sun.n1.sps.model.rule   
com.sun.n1.sps.model.user   
 

Uses of ObjectID in com.sun.n1.sps.model.bundle
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.bundle
 interface BundleID
          A strongly-typed ID object for Bundle objects.
 

Uses of ObjectID in com.sun.n1.sps.model.category
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.category
 interface CategoryID
          A strongly-typed ID class for Category objects.
 

Uses of ObjectID in com.sun.n1.sps.model.component
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.component
 interface CompCheckInID
          Strongly typed ID for Component Checkin.
 interface ComponentID
          A unique ID for a Component object.
 interface ComponentTypeRefID
          A strongly-typed ID class for ComponentTypeRef objects.
 interface ComponentVariableSettingsID
          A unique ID for a component variable settings object.
 interface GeneratedVariableSettingsID
          A unique ID for a generated variable settings object.
 interface SystemServiceRefID
          A strongly-typed ID class for SystemServiceRef objects.
 

Uses of ObjectID in com.sun.n1.sps.model.difference
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.difference
 interface DifferenceJobID
          Strongly typed ID and unique ID for a DifferenceJob object.
 interface DifferenceSettingsID
          Object to represent difference settings IDs.
 

Uses of ObjectID in com.sun.n1.sps.model.executor
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.executor
 interface StepID
          Simple subclass of ObjectID for better object typing representation of a step ID.
 interface TaskID
          Represents a taskId for a particular plan/host set execution combination.
 

Uses of ObjectID in com.sun.n1.sps.model.folder
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.folder
 interface FolderID
          Strongly typed ID for folders.
 

Uses of ObjectID in com.sun.n1.sps.model.host
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.host
 interface AppInstanceID
          A strongly-typed ID for AppInstance objects.
 interface HostID
          A strongly-typed ID for Host objects.
 interface HostSearchID
          A strongly-typed ID class for HostSearch objects.
 interface HostSetID
          A strongly-typed ID for HostSet objects.
 interface HostTypeID
          A strongly-typed ID for HostType objects.
 interface UpgradeTaskID
          A unique ID for a UpgradeTaskID object.
 

Uses of ObjectID in com.sun.n1.sps.model.install
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.install
 interface InstalledComponentID
          A strongly-typed ID for InstalledComponent objects.
 

Uses of ObjectID in com.sun.n1.sps.model.plan
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.plan
 interface ExecutionPlanID
          A strongly-typed ID object for ExecutionPlan objects.
 interface PlanVariableSettingsID
          A unique ID for a plan variable settings object.
 interface SubplanComponentVariableSettingsID
          A unique ID for a subplan component variable settings object.
 interface SubplanVariableSettingsID
          A unique ID for a subplan variable settings object.
 

Uses of ObjectID in com.sun.n1.sps.model.plugin
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.plugin
 interface PluginID
          A strongly-typed ID for Plugin objects.
 

Uses of ObjectID in com.sun.n1.sps.model.rule
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.rule
 interface RuleID
           
 

Uses of ObjectID in com.sun.n1.sps.model.user
 

Subinterfaces of ObjectID in com.sun.n1.sps.model.user
 interface GroupID
          Strongly typed ID for Group.
 interface PermissionID
          Strongly typed ID for Permission.
 interface SessionID
          An ID used to identify a CommandManager session.
 interface UserID
          Strongly typed ID for User.