public class CallServer extends CallServerLocation
| Constructor and Description |
|---|
CallServer(com.ptc.pfc.pfcServer.Server server) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
createWorkspace(CallWorkspaceDefinition definition) |
java.lang.String |
getActiveWorkspace() |
java.lang.String |
getAlias() |
com.ptc.pfc.pfcServer.Server |
getServer() |
boolean |
isObjectCheckedOut(java.lang.String workspaceName,
java.lang.String objectName) |
void |
removeObjects(CallStringSeq modelNames) |
void |
setActiveWorkspace(java.lang.String value) |
collectWorkspaces, deleteWorkspace, getLocation, listContextspublic void activate()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.String getAlias()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic java.lang.String getActiveWorkspace()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setActiveWorkspace(java.lang.String value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void createWorkspace(CallWorkspaceDefinition definition) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void removeObjects(CallStringSeq modelNames) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean isObjectCheckedOut(java.lang.String workspaceName,
java.lang.String objectName)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcServer.Server getServer()