Uses of Class
org.openspml.v2.msg.spml.PSOIdentifier

Packages that use PSOIdentifier
org.openspml.v2.msg.pass   
org.openspml.v2.msg.spml   
org.openspml.v2.msg.spmlref   
org.openspml.v2.msg.spmlsearch   
org.openspml.v2.msg.spmlsuspend   
org.openspml.v2.msg.spmlupdates   
 

Uses of PSOIdentifier in org.openspml.v2.msg.pass
 

Constructors in org.openspml.v2.msg.pass with parameters of type PSOIdentifier
ResetPasswordRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID)
           
ValidatePasswordRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, java.lang.String password)
           
SetPasswordRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, java.lang.String password, java.lang.String currentPassword)
           
ExpirePasswordRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, java.lang.Integer remainingLogins)
           
 

Uses of PSOIdentifier in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml that return PSOIdentifier
 PSOIdentifier ModifyRequest.getPsoID()
           
 PSOIdentifier PSO.getPsoID()
           
 PSOIdentifier DeleteRequest.getPsoID()
           
 PSOIdentifier AddRequest.getPsoID()
           
 PSOIdentifier AddRequest.getContainerID()
           
 PSOIdentifier PSOIdentifier.getContainerID()
           
 PSOIdentifier LookupRequest.getPsoID()
           
 

Methods in org.openspml.v2.msg.spml with parameters of type PSOIdentifier
 void ModifyRequest.setPsoID(PSOIdentifier psoID)
           
 void PSO.setPsoID(PSOIdentifier psoID)
           
 void DeleteRequest.setPsoID(PSOIdentifier psoID)
           
 void AddRequest.setPsoID(PSOIdentifier psoID)
           
 void AddRequest.setContainerID(PSOIdentifier containerID)
           
 void PSOIdentifier.setContainerID(PSOIdentifier containerID)
           
 void LookupRequest.setPsoID(PSOIdentifier psoID)
           
 

Constructors in org.openspml.v2.msg.spml with parameters of type PSOIdentifier
ModifyRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, Modification[] modifications, ReturnData returnData)
           
PSO(PSOIdentifier psoID, Extensible data, CapabilityData[] capabilityData)
           
DeleteRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, boolean recursive)
           
AddRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier type, PSOIdentifier containerID, Extensible data, CapabilityData[] capabilityData, java.lang.String targetId, ReturnData returnData)
           
PSOIdentifier(java.lang.String anID, PSOIdentifier containerID, java.lang.String targetID)
           
LookupRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, ReturnData returnData)
           
 

Uses of PSOIdentifier in org.openspml.v2.msg.spmlref
 

Methods in org.openspml.v2.msg.spmlref that return PSOIdentifier
 PSOIdentifier Reference.getToPsoID()
           
 PSOIdentifier HasReference.getToPsoID()
           
 

Methods in org.openspml.v2.msg.spmlref with parameters of type PSOIdentifier
 void Reference.setToPsoID(PSOIdentifier toPsoID)
           
 void HasReference.setToPsoID(PSOIdentifier toPsoID)
           
 

Constructors in org.openspml.v2.msg.spmlref with parameters of type PSOIdentifier
Reference(PSOIdentifier toPsoID, Extensible referenceData, java.lang.String typeOfReference)
           
HasReference(PSOIdentifier toPsoID, Extensible referenceData, java.lang.String typeOfReference)
           
 

Uses of PSOIdentifier in org.openspml.v2.msg.spmlsearch
 

Methods in org.openspml.v2.msg.spmlsearch that return PSOIdentifier
 PSOIdentifier SearchQuery.getBasePsoID()
           
 

Methods in org.openspml.v2.msg.spmlsearch with parameters of type PSOIdentifier
 void SearchQuery.setBasePsoID(PSOIdentifier basePsoID)
           
 

Constructors in org.openspml.v2.msg.spmlsearch with parameters of type PSOIdentifier
SearchQuery(QueryClause[] queryClauses, PSOIdentifier basePsoID, java.lang.String targetID, Scope scope)
           
Query(QueryClause[] queryClauses, PSOIdentifier basePsoID, java.lang.String targetID, Scope scope)
           
 

Uses of PSOIdentifier in org.openspml.v2.msg.spmlsuspend
 

Constructors in org.openspml.v2.msg.spmlsuspend with parameters of type PSOIdentifier
ActiveRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID)
           
SuspendRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID)
           
ResumeRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID)
           
 

Uses of PSOIdentifier in org.openspml.v2.msg.spmlupdates
 

Methods in org.openspml.v2.msg.spmlupdates that return PSOIdentifier
 PSOIdentifier Update.getPsoID()
           
 

Methods in org.openspml.v2.msg.spmlupdates with parameters of type PSOIdentifier
 void Update.setPsoID(PSOIdentifier psoID)
           
 

Constructors in org.openspml.v2.msg.spmlupdates with parameters of type PSOIdentifier
Update(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, java.lang.String timestamp, UpdateKind updateKind, java.lang.String wasUpdatedByCapability)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.