Db-DFC
view release on metacpan or search on metacpan
DFC/IDfSysObject.pm view on Meta::CPAN
}
}
sub canDemote {
## METHOD: boolean canDemote()
my $self = shift;
my $canDemote = JPL::AutoLoader::getmeth('canDemote',[],['boolean']);
my $rv = "";
eval { $rv = $$self->$canDemote(); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
return $rv;
}
}
sub addReference {
## METHOD: com.documentum.fc.common.IDfId addReference(com.documentum.fc.common.IDfId,java.lang.String,java.lang.String)
my ($self,$p0,$p1,$p2) = @_;
my $addReference = JPL::AutoLoader::getmeth('addReference',['com.documentum.fc.common.IDfId','java.lang.String','java.lang.String'],['com.documentum.fc.common.IDfId']);
my $rv = "";
eval { $rv = $$self->$addReference($$p0,$p1,$p2); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
bless (\$rv,IDfId);
return \$rv;
}
}
sub getCurrentState {
## METHOD: int getCurrentState()
my $self = shift;
my $getCurrentState = JPL::AutoLoader::getmeth('getCurrentState',[],['int']);
my $rv = "";
eval { $rv = $$self->$getCurrentState(); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
return $rv;
}
}
sub getLatestFlag {
## METHOD: boolean getLatestFlag()
my $self = shift;
my $getLatestFlag = JPL::AutoLoader::getmeth('getLatestFlag',[],['boolean']);
my $rv = "";
eval { $rv = $$self->$getLatestFlag(); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
return $rv;
}
}
sub updatePart {
## METHOD: void updatePart(com.documentum.fc.common.IDfId,java.lang.String,double,boolean,boolean,int)
my ($self,$p0,$p1,$p2,$p3,$p4,$p5) = @_;
my $updatePart = JPL::AutoLoader::getmeth('updatePart',['com.documentum.fc.common.IDfId','java.lang.String','double','boolean','boolean','int'],[]);
my $rv = "";
eval { $rv = $$self->$updatePart($$p0,$p1,$p2,$p3,$p4,$p5); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
return $rv;
}
}
sub getCabinetId {
## METHOD: com.documentum.fc.common.IDfId getCabinetId()
my $self = shift;
my $getCabinetId = JPL::AutoLoader::getmeth('getCabinetId',[],['com.documentum.fc.common.IDfId']);
my $rv = "";
eval { $rv = $$self->$getCabinetId(); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
bless (\$rv,IDfId);
return \$rv;
}
}
sub getModifier {
## METHOD: java.lang.String getModifier()
my $self = shift;
my $getModifier = JPL::AutoLoader::getmeth('getModifier',[],['java.lang.String']);
my $rv = "";
eval { $rv = $$self->$getModifier(); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
return $rv;
}
}
sub getHasEvents {
## METHOD: boolean getHasEvents()
my $self = shift;
my $getHasEvents = JPL::AutoLoader::getmeth('getHasEvents',[],['boolean']);
my $rv = "";
eval { $rv = $$self->$getHasEvents(); };
if (JNI::ExceptionOccurred()) {
Db::DFC::dfcException();
return;
} else {
return $rv;
}
}
sub getContainId {
## METHOD: com.documentum.fc.common.IDfId getContainId(int)
my ($self,$p0) = @_;
my $getContainId = JPL::AutoLoader::getmeth('getContainId',['int'],['com.documentum.fc.common.IDfId']);
( run in 0.874 second using v1.01-cache-2.11-cpan-39bf76dae61 )