OptimalTrace
5.2

Uses of Interface
com.compuware.optimaltrace.framework.business.BizObjectIfc

Packages that use BizObjectIfc
com.compuware.optimaltrace.framework.business   
com.compuware.optimaltrace.framework.ui.table   
com.compuware.optimaltrace.tools.common.bizobjects   
com.compuware.optimaltrace.tools.common.bizobjects.client   
com.compuware.optimaltrace.tools.common.bizobjectslocal   
com.compuware.optimaltrace.tools.common.tpn.client   
 

Uses of BizObjectIfc in com.compuware.optimaltrace.framework.business
 

Classes in com.compuware.optimaltrace.framework.business that implement BizObjectIfc
 class com.compuware.optimaltrace.framework.business.AbstractBizObject
           
 

Methods in com.compuware.optimaltrace.framework.business that return BizObjectIfc
 BizObjectIfc BizObjectIfc.getFirstChild()
          Gets the first child.
 BizObjectIfc BizObjectIfc.getNextChild()
          Gets the next child.
 

Methods in com.compuware.optimaltrace.framework.business with parameters of type BizObjectIfc
 void BizObjectIfc.cloneObjectsAttributes(BizObjectIfc bizObject)
          Clones the objects attributes to this object.
 boolean BizObjectIfc.equals(BizObjectIfc bizObject)
          Checks if this object has the same id as the biz object that its being compared to.
 boolean BizObjectIfc.isEqual(BizObjectIfc bizObject)
          Checks to see if this BizObject is equal to another one.
 boolean BizObjectIfc.isEqualWithFilter(BizObjectIfc bizObject, java.util.List filteredAttributes)
          Checks to see if this BizObject is equal to another one, But ignores attribute values as specified in the list.
 

Uses of BizObjectIfc in com.compuware.optimaltrace.framework.ui.table
 

Subinterfaces of BizObjectIfc in com.compuware.optimaltrace.framework.ui.table
 interface TableHolderListContainerIfc
          Interface TableHolderListContainerIfc
 

Uses of BizObjectIfc in com.compuware.optimaltrace.tools.common.bizobjects
 

Subinterfaces of BizObjectIfc in com.compuware.optimaltrace.tools.common.bizobjects
 interface AbstractRequirementIfc
          Interface AbstractRequirementIfc
 interface AbstractStepIfc
          Interface AbstractStepIfc
 interface AlternativeScenarioIfc
          Interface AlternativeScenarioIfc
 interface CustomPropertyTemplateIfc
          Interface CustomPropertyTemplateIfc
 interface CustomPropertyTemplateListIfc
          Interface CustomPropertyTemplateListIfc
 interface GoalLevelIfc
          Interface GoalLevelIfc
 interface GoalLevelsIfc
          Interface GoalLevelsIfc
 interface ItemIfc
          Interface ItemIfc
 interface ItemListIfc
          Interface ItemListIfc
 interface MainSuccessScenarioIfc
          Interface MainSuccessScenarioIfc
 interface ProjectIfc
          Interface ProjectIfc
 interface RefinementIfc
          Interface RefinementIfc
 interface ScenarioIfc
          Interface ScenarioIfc
 interface SimpleRequirementIfc
          Interface SimpleRequirementIfc
 interface StepIfc
          Interface StepIfc
 interface UseCaseIfc
          Interface UseCaseIfc
 interface UseCasePackageIfc
          Interface UseCasePackageIfc
 

Classes in com.compuware.optimaltrace.tools.common.bizobjects that implement BizObjectIfc
 class com.compuware.optimaltrace.tools.common.bizobjects.AbstractStep
           
 class Step
          Class Step, implements the StepIfc interface.
 

Methods in com.compuware.optimaltrace.tools.common.bizobjects with parameters of type BizObjectIfc
 void DeleteSupport.deleteRelationships(BizObjectIfc bizObject)
          Deletes the relationships from this biz object.
 CustomPropertyTemplatesMapHolderIfc CustomPropertySupport.getMapHolder(BizObjectIfc cpHolder)
          Gets the map holder.
 boolean AbstractStepIfc.isAlreadyBranched(BizObjectIfc bizObject)
          Checks if there already exists a branch to this business object in a step.
 void CustomPropertySupport.setCustomPropertyTemplatesMap(com.compuware.optimaltrace.tools.common.bizobjects.CustomPropertyTemplatesMapIfc newMap, BizObjectIfc bizObject)
          Sets the custom property templates map.
 

Uses of BizObjectIfc in com.compuware.optimaltrace.tools.common.bizobjects.client
 

Methods in com.compuware.optimaltrace.tools.common.bizobjects.client that return BizObjectIfc
 BizObjectIfc AlternativeScenarioFactory.createNewEmptyBizObject()
          Creates a new empty Biz object.
 BizObjectIfc ItemFactory.createNewEmptyBizObject()
          Creates a new empty Biz object.
 BizObjectIfc ItemListFactory.createNewEmptyBizObject()
          Creates a new empty biz object.
 BizObjectIfc RefinementFactory.createNewEmptyBizObject()
          Creates a new empty biz object.
 BizObjectIfc SimpleRequirementFactory.createNewEmptyBizObject()
          Creates a new empty biz object.
 BizObjectIfc StepFactory.createNewEmptyBizObject()
          Creates a new empty biz object.
 BizObjectIfc UseCaseFactory.createNewEmptyBizObject()
          Creates a new empty biz object.
 BizObjectIfc UseCasePackageFactory.createNewEmptyBizObject()
          Creates a new empty biz object.
 

Uses of BizObjectIfc in com.compuware.optimaltrace.tools.common.bizobjectslocal
 

Subinterfaces of BizObjectIfc in com.compuware.optimaltrace.tools.common.bizobjectslocal
 interface com.compuware.optimaltrace.tools.common.bizobjectslocal.ClearableSuspectLinkIfc
           
 interface ToolSettingsIfc
          Interface ToolSettingsIfc
 

Classes in com.compuware.optimaltrace.tools.common.bizobjectslocal that implement BizObjectIfc
 class ProjectContainer
          Class ProjectContainer, project container singleton class.
 

Methods in com.compuware.optimaltrace.tools.common.bizobjectslocal that return BizObjectIfc
 BizObjectIfc ProjectContainer.getParentPermissionObject(ProjectIfc project, long bizObjectId)
          Gets the parent permission object.
 

Uses of BizObjectIfc in com.compuware.optimaltrace.tools.common.tpn.client
 

Methods in com.compuware.optimaltrace.tools.common.tpn.client with parameters of type BizObjectIfc
static void LockSupport.addLocallyLockedBizObject(BizObjectIfc bizObject)
          Adds the locally locked biz object.
static void LockSupport.addLocallyLockedListener(LockSupport.LocallyLockedListener listener, BizObjectIfc bizObject)
          Adds a listener for when the specified biz object is locked by this user.
 com.compuware.optimaltrace.tools.common.bizobjectslocal.ProjectChangeLogIfc ProjectManagerFacade.getRemoteProjectHistory(ProjectIfc project, BizObjectIfc element)
          Gets the remote project history.
static boolean LockSupport.isLockedLocally(BizObjectIfc bizObject)
          Checks if it is locked locally.
static boolean LockSupport.isLockedRemotely(BizObjectIfc bizObject)
          Checks if it is locked remotely.
static void LockSupport.lock(ProjectIfc project, BizObjectIfc bizObject)
          Locks the biz objects.
static void LockSupport.lock(ProjectIfc project, BizObjectIfc bizObject, int lockType)
          Locks the biz object.
static void LockSupport.lockForMerge(ProjectIfc project, BizObjectIfc bizObject, int lockType)
          Locks the biz object for merge.
 void ProjectManagerFacade.registerForNotification(BizObjectIfc bizObject, ProjectIfc project, boolean notifyChildren, java.util.List notifiableChildren)
          Registers the business object for notification.
 void ProjectManagerFacade.reserveName(BizObjectIfc bizObject, java.lang.String name, BizObjectIfc parentBizObject, BizObjectIfc p)
          Reserves the Name.
 void ProjectManagerFacade.reserveName(java.lang.String bizObjectName, java.lang.String bizObjectType, long parentId, BizObjectIfc p)
          Reserves the name.
 void ProjectManagerFacade.reserveName(java.lang.String bizObjectName, java.lang.String bizObjectType, long parentId, java.lang.String constraint, BizObjectIfc project)
          Reserves the name
 


OptimalTrace
5.2

Compuware Corporation

OptimalTrace is a trademark or registered trademark of Compuware Corporation in the US and other countries.
Copyright 2008-2009 Compuware Corporation. One Campus Martius,
Detroit, Michigan, 48226, U.S.A. All Rights Reserved.