Uses of Interface
atg.svc.repository.beans.SolutionStatusTaskDefn

Packages that use SolutionStatusTaskDefn
atg.svc.repository.beans   
atg.svc.repository.service   
 

Uses of SolutionStatusTaskDefn in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return SolutionStatusTaskDefn
 SolutionStatusTaskDefn SolutionStatusTaskDefnHome.create()
          Returns a new instance.
 SolutionStatusTaskDefn SolutionStatusTaskDefnHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 SolutionStatusTaskDefn SolutionStatusTaskDefnHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 SolutionStatusTaskDefn SolutionStatusTaskDefnHome.findByTaskElementId(java.lang.String workflowName, java.lang.String taskElementId)
          Find solution status by task id
 SolutionStatusTaskDefn SolutionStatusTaskDefnHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type SolutionStatusTaskDefn
 void SolutionStatusTaskDefn.copyTo(SolutionStatusTaskDefn destination)
          Copies the property values of this instance to another instance of the same data type.
 

Uses of SolutionStatusTaskDefn in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return SolutionStatusTaskDefn
 SolutionStatusTaskDefn SolutionStatusService.findStatusForTaskElementId(java.lang.String pWorkflowName, java.lang.String pTaskElementId)
          Finds a solution status task object by workflow name and task element id.
 

Methods in atg.svc.repository.service with parameters of type SolutionStatusTaskDefn
 void SolutionStatusService.saveSolutionStatusTaskDefn(SolutionStatusTaskDefn pSolutionStatusTaskDefn)
          Saves the SolutionStatusTaskDefn.