API Documentation > Interfaces > Interface ServerObjectStatus
Interface ServerObjectStatus

package com.ptc.pfc.pfcServer;

public interface
ServerObjectStatus
extends
jxobject


Description
Describle the server object modification status.
Method Summary
boolean
Get method for attribute "IsCheckedOut"
true if checked out andfalse if not.
boolean
Get method for attribute "IsModifiedInWorkspace"
true if modified in workspace andfalse if not.
boolean
Get method for attribute "IsModifiedLocally"
true if modified locally andfalse if not.
Method Detail
GetIsCheckedOut
boolean
GetIsCheckedOut
()
true if checked out and false if not.
User Guide References:
GetIsModifiedLocally
boolean
GetIsModifiedLocally
()
true if modified locally and false if not.
User Guide References:
GetIsModifiedInWorkspace
boolean
GetIsModifiedInWorkspace
()
true if modified in workspace and false if not.
User Guide References:
Was this helpful?